mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
feat(popup_editor): limit max height & reduce padding
This commit is contained in:
parent
91f94106fb
commit
aa2ab0da31
@ -13,7 +13,9 @@ const TPL = /*html*/`\
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .modal-body {
|
||||
padding: 0.5em 1.5em;
|
||||
padding: 0 1.5em;
|
||||
max-height: 75vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail-editable-text {
|
||||
|
Loading…
x
Reference in New Issue
Block a user