commit 9bf4bac2923deb42abc5aab2be515b0cd27c29e4
parent 04a730da7fd32381535180c0ad105770ab919b43
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date: Fri, 17 Nov 2017 13:17:18 +0200
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
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css
@@ -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 {