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"
|
windowtype="zotero:pref"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
|
width="800"
|
||||||
|
height="600"
|
||||||
style="display: flex;">
|
style="display: flex;">
|
||||||
|
|
||||||
<linkset>
|
<linkset>
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
@import "preferences/advanced";
|
@import "preferences/advanced";
|
||||||
|
|
||||||
#zotero-prefs {
|
#zotero-prefs {
|
||||||
width: 800px;
|
|
||||||
height: 600px;
|
|
||||||
min-width: 800px;
|
min-width: 800px;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue