mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
feat(popup_editor): normalize paddings
This commit is contained in:
parent
fa0c01591a
commit
308f319138
@ -9,7 +9,15 @@ const TPL = /*html*/`\
|
||||
<div class="popup-editor-dialog modal fade mx-auto" tabindex="-1" role="dialog">
|
||||
<style>
|
||||
.modal.popup-editor-dialog .modal-header .modal-title {
|
||||
font-size: 1em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .modal-body {
|
||||
padding: 0.5em 1.5em;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail-editable-text {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .title-row,
|
||||
|
Loading…
x
Reference in New Issue
Block a user