From f7ac2a348fe71f48f2cf317addf4699afd66b9b3 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:29:36 +0800 Subject: [PATCH] fx115: fix item message layout --- scss/elements/_itemMessagePane.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scss/elements/_itemMessagePane.scss b/scss/elements/_itemMessagePane.scss index ebae40292b..1070eb5e50 100644 --- a/scss/elements/_itemMessagePane.scss +++ b/scss/elements/_itemMessagePane.scss @@ -1,5 +1,6 @@ item-message-pane { - -moz-box-orient: vertical; + display: flex; + flex-direction: column; .custom-head { display: flex; @@ -23,10 +24,7 @@ item-message-pane { } #zotero-item-pane-groupbox { - -moz-box-flex: 1; - -moz-box-pack: center; - -moz-box-align: center; - -moz-appearance: none !important; + flex: 1; border-width: 0; } }