zotero/scss/components/_mainWindow.scss

17 lines
405 B
SCSS
Raw Normal View History

2023-12-15 09:51:39 +00:00
:is(panel)::part(content) {
--panel-background: var(--material-toolbar);
}
#main-window {
min-width: $min-width-collections-pane + $min-width-items-pane + $min-width-item-pane + $width-sidenav;
min-height: 300px;
}
#zotero-pane-stack > hbox {
// Let window chrome, tabs, and toolbar shrink even when sidebars overflow
min-width: 0;
}
#browser, #zotero-pane-stack, #zotero-trees {
min-height: 0;
}