Allow item tree to shrink further in Stacked view

Fixes #4081
This commit is contained in:
Abe Jellinek 2024-05-24 14:58:39 -04:00
parent bbde79818f
commit f906fee819

View file

@ -192,6 +192,10 @@ TODO: Replace with SVG
#zotero-layout-switcher[orient="vertical"],
#zotero-layout-switcher[orient="vertical"] :is(#zotero-items-pane-container, #zotero-item-pane) {
width: auto !important;
/* min-width: 0 is required here to allow the pane to shrink in Stacked view,
but the child #zotero-items-pane sets a larger min-width, and the splitter
follows that instead of this. */
min-width: 0 !important;
}
/*