mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
feat(popup_editor): properly support file note types
This commit is contained in:
parent
6fdec52332
commit
55bd6fb57d
@ -51,6 +51,14 @@ const TPL = /*html*/`\
|
|||||||
background: var(--modal-background-color);
|
background: var(--modal-background-color);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal.popup-editor-dialog .note-detail {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.popup-editor-dialog .note-detail-file {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="modal-dialog modal-lg" role="document">
|
<div class="modal-dialog modal-lg" role="document">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user