commit 2bdb8189883d662736455dc35d3519087be2ac05 parent a360494724245ce2f2ecfff60622a6a158194473 Author: Dan Stillman <dstillman@zotero.org> Date: Sun, 10 Apr 2016 16:05:33 -0400 Fix large toolbar icons on HiDPI Linux Fixes #943 Diffstat:
| M | chrome/content/zotero-platform/unix/overlay.css | | | 4 | ++++ |
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 @@ -170,6 +170,10 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator { @media (min-resolution: 1.5dppx) { + #zotero-pane .toolbarbutton-icon { + width: 16px; + } + #zotero-tb-sync > .toolbarbutton-icon { width: 20px; }