From ccca9a7684517c2210af94a73886997bd9f0d656 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 12 Nov 2022 14:01:33 +0200 Subject: [PATCH] minor adjustment for modal margins on mobile --- files/assets/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a2434dadc..085569a93 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -1788,16 +1788,16 @@ button.close { margin: 0.25rem; } .modal-dialog-scrollable { - max-height: calc(100% - 3.5rem); + max-height: calc(100% - 5rem); } .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 3.5rem); + max-height: calc(100vh - 5rem); } .modal-dialog-centered { - min-height: calc(100% - 3.5rem); + min-height: calc(100% - 5rem); } .modal-dialog-centered::before { - height: calc(100vh - 3.5rem); + height: calc(100vh - 5rem); } @media (min-width: 992px) { .modal-xl {