fix weird tabs

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-16 12:52:11 +02:00
parent 07a76e0ffd
commit b8ceccd78f
1 changed files with 8 additions and 8 deletions

View File

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