fx115: fix item message layout
This commit is contained in:
parent
0e14c9b3b3
commit
f7ac2a348f
1 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue