From 9bf4bac2923deb42abc5aab2be515b0cd27c29e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Fri, 17 Nov 2017 13:17:18 +0200 Subject: [PATCH] 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 --- chrome/content/zotero-platform/unix/overlay.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css index d018c11e5..98e1c2a9b 100644 --- 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 {