mirror of
https://github.com/zadam/trilium.git
synced 2025-10-04 20:47:40 +08:00
feat(popup_editor): properly support file note types
This commit is contained in:
parent
6fdec52332
commit
55bd6fb57d
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,14 @@ const TPL = /*html*/`\
|
|||
background: var(--modal-background-color);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .note-detail-file {
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
|
|
Loading…
Add table
Reference in a new issue