mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
7 lines
211 B
SCSS
7 lines
211 B
SCSS
#zotero-item-pane {
|
|
width: $min-width-item-pane;
|
|
min-width: $min-width-item-pane;
|
|
/* Need a min height to prevent layout issues in stacked mode */
|
|
min-height: 168px;
|
|
background: var(--material-sidepane);
|
|
}
|