Reduce spacing in collection pane on Linux. Closes

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:
Adomas Venčkauskas 2017-11-17 13:17:18 +02:00
parent 04a730da7f
commit 9bf4bac292

View file

@ -168,6 +168,10 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator {
background-color: Highlight;
}
#zotero-collections-tree treechildren::-moz-tree-row {
height: 1.3em;
}
@media (min-resolution: 1.5dppx) {
#zotero-pane .toolbarbutton-icon {