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