From 8093d6ac297c9505a62b88667ed95bb89af082b8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 9 May 2020 19:19:02 -0400 Subject: [PATCH] Fix 2x collection/search icon size in Advanced Search conditions --- chrome/skin/default/zotero/zotero.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 2bce78b95d..8e9566bfe7 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -303,6 +303,11 @@ label.zotero-text-link { margin: 3px 0; } +/* Constrain 2x collection/search icons */ +#zotero-advanced-search-dialog .menulist-icon { + height: 16px; +} + #zotero-attach-uri-container { width: 30em;