commit 6ec8e7800f6a02ebde4738b57dca55c7ef39bc16
parent c8affb49ee718f791233916db189fe8cbb709f2a
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 1 Apr 2016 05:54:05 -0400
Fix double-size height of feed add buttons on HiDPI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/default/zotero/itemPane.css b/chrome/skin/default/zotero/itemPane.css
@@ -84,6 +84,6 @@
}
#zotero-feed-item-addTo-button .button-icon {
- margin-right: 5px
+ margin-right: 5px;
height: 16px;
}