From 3642be4fbcd56f8538a1da7663ad15fa88ec4b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Mon, 13 Jan 2014 10:22:19 +0100 Subject: [PATCH] Bug 951928 - [Australis] Reduce the browser window's minimum size. r=jaws --- browser/base/content/browser.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 533d45fc69b..80a29c1354f 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -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 {