From db499fdf2bd51489eaeea1f93f085816f65d5292 Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Sun, 31 Mar 2024 13:00:41 +0200 Subject: [PATCH] fx115: Fix basic viewer wrong window size --- chrome/content/zotero/standalone/basicViewer.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/standalone/basicViewer.xhtml b/chrome/content/zotero/standalone/basicViewer.xhtml index c3fe149df7..4d599acbcd 100644 --- a/chrome/content/zotero/standalone/basicViewer.xhtml +++ b/chrome/content/zotero/standalone/basicViewer.xhtml @@ -44,7 +44,7 @@ onload="window.sizeToContent()" windowtype="zotero:basicViewer" title="&brandShortName;" - width="1000" height="700" + style="min-width: 1000px; min-height: 700px;" persist="screenX screenY width height sizemode">