From 42724d13f7d48ddda0400cd778d203afd75b77d4 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:22:32 +0800 Subject: [PATCH] fx115: fix context pane notes list layout --- chrome/content/zotero/elements/notesContext.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/elements/notesContext.js b/chrome/content/zotero/elements/notesContext.js index 12cda1aa78..80eac00736 100644 --- a/chrome/content/zotero/elements/notesContext.js +++ b/chrome/content/zotero/elements/notesContext.js @@ -37,7 +37,7 @@ - + @@ -279,8 +279,7 @@ vbox.style.display = 'flex'; editor = new (customElements.get('note-editor')); - editor.style.display = 'flex'; - editor.style.width = '100%'; + editor.style.flex = "1"; vbox.append(editor); tabNotesDeck.append(vbox);