Fix large toolbar icons on HiDPI Linux

Fixes #943
This commit is contained in:
Dan Stillman 2016-04-10 16:05:33 -04:00
parent a360494724
commit 2bdb818988

View file

@ -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;
}