forked from rDrama/rDrama
1
0
Fork 0

margin change

master
Aevann1 2022-11-12 19:24:35 +02:00
parent 9f5ac22723
commit 42dfcdd735
1 changed files with 4 additions and 4 deletions

View File

@ -1788,16 +1788,16 @@ button.close {
margin: 0.25rem; margin: 0.25rem;
} }
.modal-dialog-scrollable { .modal-dialog-scrollable {
max-height: calc(100% - 5rem); max-height: calc(100% - 8rem);
} }
.modal-dialog-scrollable .modal-content { .modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 5rem); max-height: calc(100vh - 8rem);
} }
.modal-dialog-centered { .modal-dialog-centered {
min-height: calc(100% - 5rem); min-height: calc(100% - 8rem);
} }
.modal-dialog-centered::before { .modal-dialog-centered::before {
height: calc(100vh - 5rem); height: calc(100vh - 8rem);
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.modal-xl { .modal-xl {