zotero/scss/components/_itemPane.scss

7 lines
172 B
SCSS
Raw Normal View History

#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;
}