2024-07-19 01:57:45 -04:00
|
|
|
:is(panel):not(#autoscroller)::part(content) {
|
2023-12-15 17:51:39 +08:00
|
|
|
--panel-background: var(--material-toolbar);
|
|
|
|
}
|
2024-01-04 10:16:39 -08:00
|
|
|
|
2024-01-24 03:22:17 -05:00
|
|
|
#main-window {
|
2024-04-13 00:44:17 -07:00
|
|
|
min-width: max(var(--width-of-fixed-components) + $min-width-items-pane, $min-width-tabs-deck);
|
2024-01-24 03:22:17 -05:00
|
|
|
min-height: 300px;
|
|
|
|
}
|
|
|
|
|
2024-04-13 00:44:17 -07:00
|
|
|
#main-window.stacked {
|
|
|
|
min-height: calc(var(--height-of-fixed-components) + $min-height-items-pane + $height-toolbar);
|
|
|
|
}
|
|
|
|
|
2024-03-03 18:28:30 +08:00
|
|
|
#zotero-pane {
|
|
|
|
min-width: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
2024-01-04 10:16:39 -08:00
|
|
|
#zotero-pane-stack > hbox {
|
|
|
|
// Let window chrome, tabs, and toolbar shrink even when sidebars overflow
|
|
|
|
min-width: 0;
|
|
|
|
}
|
2024-01-09 14:11:25 -05:00
|
|
|
#browser, #zotero-pane-stack, #zotero-trees {
|
|
|
|
min-height: 0;
|
|
|
|
}
|