fx115: fix main window element layout

This commit is contained in:
windingwind 2024-03-03 18:28:30 +08:00 committed by Dan Stillman
parent bda096a26f
commit a110e86cff
11 changed files with 46 additions and 107 deletions

View file

@ -7,6 +7,11 @@
min-height: 300px;
}
#zotero-pane {
min-width: 0;
min-height: 0;
}
#zotero-pane-stack > hbox {
// Let window chrome, tabs, and toolbar shrink even when sidebars overflow
min-width: 0;