We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543f299 commit 137b853Copy full SHA for 137b853
theme/parts/dialogs.css
@@ -6,21 +6,18 @@ window {
6
padding: 0 !important;
7
}
8
9
-/* Browser dialog prompts center */
10
-.dialogOverlay {
11
- display: grid;
12
- place-content: center;
+#window-modal-dialog {
+ display: flex;
13
justify-content: center;
14
- grid-auto-rows: min(90%, var(--doc-height-px));
+ align-items: center;
+ height: 100vh;
15
+
16
+/* Browser dialog prompts center */
17
.dialogOverlay[topmost="true"]:not(.dialogOverlay-window-modal-dialog-subdialog), #window-modal-dialog::backdrop {
18
background-color: rgba(0, 0, 0, .5) !important;
19
20
-#window-modal-dialog {
21
- margin-top: auto !important;
22
-}
23
-
24
/* Dialog */
25
.dialogBox {
26
border-radius: 12px !important;
0 commit comments