fx-compat: Preferences: Fix content not growing with window
This commit is contained in:
parent
4407c24329
commit
0f61646e26
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
@import "preferences/advanced";
|
||||
|
||||
#zotero-prefs {
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
min-width: 800px;
|
||||
min-height: 600px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue