mirror of
https://github.com/zadam/trilium.git
synced 2025-11-30 04:24:24 +01:00
chore(quick-edit): increase max-width on mobile
This commit is contained in:
parent
79cd96ade9
commit
ec76b9dc5c
@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user