style(mobile): height of confirm dialogs

This commit is contained in:
Elian Doran 2025-04-12 10:41:30 +03:00
parent dfab892879
commit 3d5868d6b9
No known key found for this signature in database

View File

@ -1433,6 +1433,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
font-size: 1rem !important; font-size: 1rem !important;
} }
body.mobile .modal-dialog.modal-dialog-scrollable {
height: unset;
}
body.mobile .revisions-dialog .modal-dialog { body.mobile .revisions-dialog .modal-dialog {
height: 95vh; height: 95vh;
} }