aboutsummaryrefslogtreecommitdiff
path: root/deploy/loader.css
diff options
context:
space:
mode:
authorEric <ericmabr@gmail.com>2023-08-13 16:08:28 -0400
committerEric <ericmabr@gmail.com>2023-08-13 16:08:28 -0400
commit0020ec69b847c8607affb57babddfddc812dc9b6 (patch)
treee24255039015745d2073806bee97ce449ddb5260 /deploy/loader.css
parent7b2553514bb000eb7f618eb0f0d653baee78742c (diff)
parent3b45f1d30a947dc1702ec347b83e98374c5b603c (diff)
Merge branch 'master' into UI_Update_Eric_Ma
Diffstat (limited to 'deploy/loader.css')
-rw-r--r--deploy/loader.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/deploy/loader.css b/deploy/loader.css
index 4be0cc98c..4d5e04d71 100644
--- a/deploy/loader.css
+++ b/deploy/loader.css
@@ -36,8 +36,9 @@
}
.dash-animation-container {
- width: 10vw;
- height: 10vw;
+ width: fit-content;
+ height: fit-content;
+ padding: 20px;
display: flex;
align-items: center;
justify-content: center;