aboutsummaryrefslogtreecommitdiff
path: root/deploy/loader.css
diff options
context:
space:
mode:
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;