From 2d43518ef29ef70c8527e8d0fb795040e42efe89 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 30 Jan 2018 19:12:05 -0500 Subject: [PATCH] Reduce minimum width of Zotero pane to 670px We could potentially do more, but this is the narrowest the pane can be with the left pane collapsed without starting to hide toolbar icons, so let's try this. (This will still hide the sync icon if the left pane isn't collapsed.) Closes #675 Closes #1183 --- chrome/skin/default/zotero/standalone.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/standalone.css b/chrome/skin/default/zotero/standalone.css index 1da695c934..668cd6d7bf 100644 --- a/chrome/skin/default/zotero/standalone.css +++ b/chrome/skin/default/zotero/standalone.css @@ -3,6 +3,6 @@ } #main-window { - min-width: 915px; + min-width: 670px; min-height: 300px; } \ No newline at end of file