From b8ceccd78f4987cc98241e352cd63614dea639b7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 16 Nov 2022 12:52:11 +0200 Subject: [PATCH] fix weird tabs --- 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 e59bba2cd..9f0dae9fb 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -1787,17 +1787,17 @@ button.close { .modal-footer > * { margin: 0.25rem; } - .modal-dialog-scrollable { - max-height: calc(100% - 5rem); +.modal-dialog-scrollable { + max-height: calc(100% - 5rem); } - .modal-dialog-scrollable .modal-content { - max-height: calc(100vh - 5rem); +.modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 5rem); } - .modal-dialog-centered { - max-height: calc(100% - 5rem); +.modal-dialog-centered { + max-height: calc(100% - 5rem); } - .modal-dialog-centered::before { - height: calc(100vh - 5rem); +.modal-dialog-centered::before { + height: calc(100vh - 5rem); } @media (min-width: 992px) { .modal-xl {