style(mobile): improve quick edit max height

This commit is contained in:
Elian Doran 2025-11-29 16:55:12 +02:00
parent 470ca3b6dc
commit a68cd7526b
No known key found for this signature in database

View File

@ -15,6 +15,8 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
body.mobile .modal.popup-editor-dialog .modal-dialog {
max-width: 90vw;
max-height: 90vh;
height: 100%;
}
.modal.popup-editor-dialog .modal-header .modal-title {