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