From 5fa548e792a11aba10515945bf98120aa30fc1b9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 19 Nov 2022 20:13:30 +0200 Subject: [PATCH] 5rem -> 3.5rem --- files/assets/css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fdb250c3c..436e533b7 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -1692,10 +1692,10 @@ button.close { } .modal-dialog-scrollable { display: flex; - max-height: calc(100% - 5rem); + max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 5rem); + max-height: calc(100vh - 3.5rem); overflow: hidden; } .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { @@ -1707,11 +1707,11 @@ button.close { .modal-dialog-centered { display: flex; align-items: center; - max-height: calc(100% - 5rem); + max-height: calc(100% - 3.5rem); } .modal-dialog-centered::before { display: block; - height: calc(100vh - 5rem); + height: calc(100vh - 3.5rem); content: ""; } .modal-dialog-centered.modal-dialog-scrollable { @@ -1788,16 +1788,16 @@ button.close { margin: 0.25rem; } .modal-dialog-scrollable { - max-height: calc(100% - 5rem); + max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 5rem); + max-height: calc(100vh - 3.5rem); } .modal-dialog-centered { - max-height: calc(100% - 5rem); + max-height: calc(100% - 3.5rem); } .modal-dialog-centered::before { - height: calc(100vh - 5rem); + height: calc(100vh - 3.5rem); } @media (min-width: 992px) { .modal-xl {