Set reasonable min-width and min-height for Standalone
This commit is contained in:
parent
eb93c421e5
commit
755f2bf6f9
2 changed files with 6 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
windowtype="navigator:browser"
|
windowtype="navigator:browser"
|
||||||
title="&brandShortName;"
|
title="&brandShortName;"
|
||||||
width="900" height="500"
|
width="915" height="500"
|
||||||
persist="screenX screenY width height sizemode">
|
persist="screenX screenY width height sizemode">
|
||||||
<script type="application/javascript" src="standalone.js"/>
|
<script type="application/javascript" src="standalone.js"/>
|
||||||
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
|
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||||
|
|
|
@ -2,3 +2,8 @@
|
||||||
#zotero-tb-fullscreen, #zotero-fullscreen-close-separator, #zotero-close-button {
|
#zotero-tb-fullscreen, #zotero-fullscreen-close-separator, #zotero-close-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-window {
|
||||||
|
min-width: 915px;
|
||||||
|
min-height: 300px;
|
||||||
|
}
|
Loading…
Reference in a new issue