From 55bd6fb57df814b2f8adeaab32fd17993febad01 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 10 Jul 2025 22:55:16 +0300 Subject: [PATCH] feat(popup_editor): properly support file note types --- apps/client/src/widgets/dialogs/popup_editor.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/client/src/widgets/dialogs/popup_editor.ts b/apps/client/src/widgets/dialogs/popup_editor.ts index 60d0f19d9..252d4769e 100644 --- a/apps/client/src/widgets/dialogs/popup_editor.ts +++ b/apps/client/src/widgets/dialogs/popup_editor.ts @@ -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; + }