chore(quick-edit): increase max-width on mobile

This commit is contained in:
Elian Doran 2025-11-29 18:01:07 +02:00
parent 79cd96ade9
commit ec76b9dc5c
No known key found for this signature in database

View File

@ -14,7 +14,7 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
} }
body.mobile .modal.popup-editor-dialog .modal-dialog { body.mobile .modal.popup-editor-dialog .modal-dialog {
max-width: 90vw; max-width: min(var(--preferred-max-content-width), 95vw);
max-height: var(--tn-modal-max-height); max-height: var(--tn-modal-max-height);
height: 100%; height: 100%;
} }