mirror of
https://github.com/zadam/trilium.git
synced 2026-01-04 21:54:23 +01:00
feat(popup_editor): improve fit for wider notes
This commit is contained in:
parent
278fe3262e
commit
f961698e44
@ -7,6 +7,10 @@ import Container from "../containers/container.js";
|
||||
const TPL = /*html*/`\
|
||||
<div class="popup-editor-dialog modal fade mx-auto" tabindex="-1" role="dialog">
|
||||
<style>
|
||||
.modal.popup-editor-dialog .modal-dialog {
|
||||
max-width: 75vw;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .modal-header .modal-title {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user