mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws
This commit is contained in:
parent
3dab13ddf4
commit
3642be4fbc
@ -7,9 +7,9 @@
|
||||
|
||||
#main-window:not([chromehidden~="toolbar"]) {
|
||||
%ifdef XP_MACOSX
|
||||
min-width: 425px;
|
||||
min-width: 335px;
|
||||
%else
|
||||
min-width: 390px;
|
||||
min-width: 300px;
|
||||
%endif
|
||||
}
|
||||
|
||||
@ -284,7 +284,7 @@ toolbarpaletteitem > #personal-bookmarks > #bookmarks-toolbar-placeholder,
|
||||
}
|
||||
|
||||
#urlbar-container {
|
||||
min-width: 50ch;
|
||||
min-width: 30ch;
|
||||
}
|
||||
|
||||
#search-container {
|
||||
|
Loading…
Reference in New Issue
Block a user