Fix double-size height of feed add buttons on HiDPI

This commit is contained in:
Dan Stillman 2016-04-01 05:54:05 -04:00
parent c8affb49ee
commit 6ec8e7800f

View file

@ -84,6 +84,6 @@
}
#zotero-feed-item-addTo-button .button-icon {
margin-right: 5px
margin-right: 5px;
height: 16px;
}