style(settings): centered modal height 720 (min(94vh,720px))

This commit is contained in:
r-zakarya
2026-07-10 05:23:01 +01:00
parent 374a6b3fe9
commit e6922d5b19
+1 -1
View File
@@ -2119,7 +2119,7 @@ body[data-editor-position="center"] #settingsPanel {
/* Settings gets a FIXED height in centered mode so switching tabs (short vs
long) doesn't resize + re-center the modal. Entry #slideover stays
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"] #settingsPanel.is-open {
transform: translate(-50%, -50%) scale(1);