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 {
|
#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;
|
||||||
|
|
Loading…
Reference in a new issue