commit 2d43518ef29ef70c8527e8d0fb795040e42efe89
parent e4a399671abde33eb0ebde9af04e0d153459d53e
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 30 Jan 2018 19:12:05 -0500
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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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