diff --git a/chrome/content/zotero/standalone/standalone.xul b/chrome/content/zotero/standalone/standalone.xul
index fc8e161b1d..ff0cc912a7 100644
--- a/chrome/content/zotero/standalone/standalone.xul
+++ b/chrome/content/zotero/standalone/standalone.xul
@@ -46,7 +46,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
windowtype="navigator:browser"
title="&brandShortName;"
- width="900" height="500"
+ width="915" height="500"
persist="screenX screenY width height sizemode">
diff --git a/chrome/skin/default/zotero/standalone.css b/chrome/skin/default/zotero/standalone.css
index 01c16f53d4..a238ebe87b 100644
--- a/chrome/skin/default/zotero/standalone.css
+++ b/chrome/skin/default/zotero/standalone.css
@@ -1,4 +1,9 @@
#zotero-tb-item-from-page, #zotero-tb-snapshot-from-page, #zotero-tb-link-from-page,
#zotero-tb-fullscreen, #zotero-fullscreen-close-separator, #zotero-close-button {
display: none;
+}
+
+#main-window {
+ min-width: 915px;
+ min-height: 300px;
}
\ No newline at end of file