mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
chore(quick-edit): increase max-width on mobile
This commit is contained in:
@@ -14,7 +14,7 @@ body.desktop .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);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user