style(mobile): improve quick edit max width

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

View File

@ -13,6 +13,10 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
overflow: hidden; overflow: hidden;
} }
body.mobile .modal.popup-editor-dialog .modal-dialog {
max-width: 90vw;
}
.modal.popup-editor-dialog .modal-header .modal-title { .modal.popup-editor-dialog .modal-header .modal-title {
font-size: 1.1em; font-size: 1.1em;
} }