Reduce spacing in collection pane on Linux. Closes #1369
The collections pane height change in bf36a98
made the linux
collection pane vertical spacing very big. This resets it to previous spacing
This commit is contained in:
parent
04a730da7f
commit
9bf4bac292
1 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,10 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator {
|
||||||
background-color: Highlight;
|
background-color: Highlight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-collections-tree treechildren::-moz-tree-row {
|
||||||
|
height: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-resolution: 1.5dppx) {
|
@media (min-resolution: 1.5dppx) {
|
||||||
#zotero-pane .toolbarbutton-icon {
|
#zotero-pane .toolbarbutton-icon {
|
||||||
|
|
Loading…
Reference in a new issue