margin change

remotes/1693176582716663532/tmp_refs/heads/watchparty
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;
}
.modal-dialog-scrollable {
max-height: calc(100% - 5rem);
max-height: calc(100% - 8rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 5rem);
max-height: calc(100vh - 8rem);
}
.modal-dialog-centered {
min-height: calc(100% - 5rem);
min-height: calc(100% - 8rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 5rem);
height: calc(100vh - 8rem);
}
@media (min-width: 992px) {
.modal-xl {