minor css change

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-15 17:17:58 +02:00
parent b130139f3d
commit 7ace77b2a7
1 changed files with 4 additions and 4 deletions

View File

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