From adb0ce2c9d58e75c771a6352944d8d53bef0dd97 Mon Sep 17 00:00:00 2001 From: m Date: Mon, 20 Apr 2026 17:05:53 +0200 Subject: [PATCH] =?UTF-8?q?fix(modals):=20add=20padding=20to=20.modal-card?= =?UTF-8?q?=20=E2=80=94=20content=20no=20longer=20flush=20to=20edges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index dad95f6..c0b76eb 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -1821,13 +1821,14 @@ input[type="range"]::-moz-range-thumb { max-width: 480px; max-height: 90vh; overflow-y: auto; + padding: 1.5rem; } .modal-header { display: flex; align-items: center; justify-content: space-between; - padding: 1.25rem 1.5rem 0; + padding: 0 0 0.75rem; } .modal-header h2 {