parent
ea5194f206
commit
ef89b2df7a
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
#zotero-tag-selector-container {
|
#zotero-tag-selector-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-tag-selector-container[collapsed=true] {
|
#zotero-tag-selector-container[collapsed=true] {
|
||||||
|
@ -10,7 +11,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-tag-selector {
|
#zotero-tag-selector {
|
||||||
min-height: 100px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100px;
|
height: 163px; // 200 - height of filter pane
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-selector-list-container > div {
|
.tag-selector-list-container > div {
|
||||||
|
|
Loading…
Add table
Reference in a new issue