mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
fx115: fixed sizing of selected items dialog
This commit is contained in:
parent
9be7337112
commit
cd5a9852d5
1 changed files with 5 additions and 0 deletions
|
|
@ -9,8 +9,13 @@
|
|||
|
||||
#zotero-collections-tree-container {
|
||||
min-width: 200px;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
#zotero-items-pane-content {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
#search-toolbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue