mirror of
https://github.com/zotero/zotero.git
synced 2026-09-08 22:21:04 +00:00
11 lines
160 B
SCSS
11 lines
160 B
SCSS
item-message-pane {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
@include elements-custom-head;
|
|
|
|
#zotero-item-pane-groupbox {
|
|
flex: 1;
|
|
border-width: 0;
|
|
}
|
|
}
|