5rem -> 3.5rem

pull/2/head
Aevann1 2022-11-19 20:13:30 +02:00
parent 4eccfeb705
commit 5fa548e792
1 changed files with 8 additions and 8 deletions

View File

@ -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 {