fx-compat: Preferences: Fix content not growing with window

This commit is contained in:
Abe Jellinek 2024-03-29 11:37:44 -04:00 committed by Dan Stillman
parent 4407c24329
commit 0f61646e26
2 changed files with 2 additions and 2 deletions

View file

@ -48,6 +48,8 @@
windowtype="zotero:pref"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
width="800"
height="600"
style="display: flex;">
<linkset>

View file

@ -29,8 +29,6 @@
@import "preferences/advanced";
#zotero-prefs {
width: 800px;
height: 600px;
min-width: 800px;
min-height: 600px;
}