aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/dialog
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-20 19:42:41 +0800
committercrupest <crupest@outlook.com>2023-09-20 19:42:41 +0800
commit0b110df59aa98f78d3dd491e4c7ef310cee3c166 (patch)
tree2ac838606d8224eade66ab693eeb2fd3aa332dda /FrontEnd/src/components/dialog
parente06f1a33e678ac264f9290013f49237ea97e699b (diff)
downloadtimeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.tar.gz
timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.tar.bz2
timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.zip
...
Diffstat (limited to 'FrontEnd/src/components/dialog')
-rw-r--r--FrontEnd/src/components/dialog/Dialog.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/FrontEnd/src/components/dialog/Dialog.css b/FrontEnd/src/components/dialog/Dialog.css
index e4f52a92..23b663db 100644
--- a/FrontEnd/src/components/dialog/Dialog.css
+++ b/FrontEnd/src/components/dialog/Dialog.css
@@ -5,9 +5,8 @@
top: 0;
right: 0;
bottom: 0;
- display: flex;
- align-items: center;
overflow: auto;
+ padding: 20vh 1em;
}
.cru-dialog-background {
@@ -37,4 +36,4 @@
.cru-dialog-container {
max-width: 800px;
}
-} \ No newline at end of file
+}