Let window chrome shrink

Now it's no worse than it was pre-redesign. But there's still
room for improvement, either by preventing the window from shrinking to the
point that the sidebars overflow or by making the sidebars horizontally
scrollable at very small window sizes.
This commit is contained in:
Abe Jellinek 2024-01-04 10:16:39 -08:00 committed by Dan Stillman
parent 8c0116d1db
commit 743597bc47

View file

@ -140,3 +140,8 @@
:is(panel)::part(content) {
--panel-background: var(--material-toolbar);
}
#zotero-pane-stack > hbox {
// Let window chrome, tabs, and toolbar shrink even when sidebars overflow
min-width: 0;
}