Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws

This commit is contained in:
Dão Gottwald 2014-01-13 10:22:19 +01:00
parent 404a97dcc8
commit b971685398

View File

@ -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 {