mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley
This commit is contained in:
parent
1b9b5a6c2f
commit
93ab79817f
@ -14,6 +14,10 @@
|
|||||||
%endif
|
%endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-window[customize-entered] {
|
||||||
|
min-width: -moz-fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
searchbar {
|
searchbar {
|
||||||
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
|
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user