style(settings): centered modal height 720 (min(94vh,720px))
This commit is contained in:
+1
-1
@@ -2119,7 +2119,7 @@ body[data-editor-position="center"] #settingsPanel {
|
|||||||
/* Settings gets a FIXED height in centered mode so switching tabs (short vs
|
/* Settings gets a FIXED height in centered mode so switching tabs (short vs
|
||||||
long) doesn't resize + re-center the modal. Entry #slideover stays
|
long) doesn't resize + re-center the modal. Entry #slideover stays
|
||||||
content-sized (grows with the form). */
|
content-sized (grows with the form). */
|
||||||
body[data-editor-position="center"] #settingsPanel { height: min(92vh, 600px); }
|
body[data-editor-position="center"] #settingsPanel { height: min(94vh, 720px); }
|
||||||
body[data-editor-position="center"] #slideover.is-open,
|
body[data-editor-position="center"] #slideover.is-open,
|
||||||
body[data-editor-position="center"] #settingsPanel.is-open {
|
body[data-editor-position="center"] #settingsPanel.is-open {
|
||||||
transform: translate(-50%, -50%) scale(1);
|
transform: translate(-50%, -50%) scale(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user