feat(popup_editor): properly support file note types

This commit is contained in:
Elian Doran 2025-07-10 22:55:16 +03:00
parent 6fdec52332
commit 55bd6fb57d
No known key found for this signature in database

View file

@ -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">