diff --git a/css/style.css b/css/style.css index ce457f1..39b38ef 100644 --- a/css/style.css +++ b/css/style.css @@ -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);