fx115: fixed sizing of selected items dialog

This commit is contained in:
Bogdan Abaev 2024-02-01 14:39:53 -05:00 committed by Dan Stillman
parent 9be7337112
commit cd5a9852d5

View file

@ -9,8 +9,13 @@
#zotero-collections-tree-container { #zotero-collections-tree-container {
min-width: 200px; min-width: 200px;
min-height: 100%;
} }
#zotero-items-pane-content {
min-height: 100%;
}
#search-toolbar { #search-toolbar {
display: flex; display: flex;
flex-direction: row; flex-direction: row;