From db496e13c2fa23d8c84ebaffe9484897707ac306 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 23 Jul 2017 00:54:46 -0400 Subject: [PATCH] Increase font size and decrease style list height in doc prefs On macOS this shows all default styles without a scroll bar. --- chrome/skin/default/zotero/bibliography.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/bibliography.css b/chrome/skin/default/zotero/bibliography.css index a262c24644..d51233364d 100644 --- a/chrome/skin/default/zotero/bibliography.css +++ b/chrome/skin/default/zotero/bibliography.css @@ -1,6 +1,10 @@ +#zotero-bibliography-container { + font-size: 1.15em !important; +} + #style-listbox { - height: 180pt; + height: 19em; width: 300pt; }