fx115: fix item message layout

This commit is contained in:
windingwind 2024-03-03 18:29:36 +08:00 committed by Dan Stillman
parent 0e14c9b3b3
commit f7ac2a348f

View file

@ -1,5 +1,6 @@
item-message-pane { item-message-pane {
-moz-box-orient: vertical; display: flex;
flex-direction: column;
.custom-head { .custom-head {
display: flex; display: flex;
@ -23,10 +24,7 @@ item-message-pane {
} }
#zotero-item-pane-groupbox { #zotero-item-pane-groupbox {
-moz-box-flex: 1; flex: 1;
-moz-box-pack: center;
-moz-box-align: center;
-moz-appearance: none !important;
border-width: 0; border-width: 0;
} }
} }