From e6922d5b19f5e8c3f885a782ab58f56616eeb4ad Mon Sep 17 00:00:00 2001 From: r-zakarya <82443831+r-zakarya@users.noreply.github.com> Date: Fri, 10 Jul 2026 05:23:01 +0100 Subject: [PATCH] style(settings): centered modal height 720 (min(94vh,720px)) --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);