diff --git a/browser/components/customizableui/content/toolbar.xml b/browser/components/customizableui/content/toolbar.xml index 67f1997dc91d..53f8707c18e7 100644 --- a/browser/components/customizableui/content/toolbar.xml +++ b/browser/components/customizableui/content/toolbar.xml @@ -9,6 +9,9 @@ xmlns:xbl="http://www.mozilla.org/xbl"> + + + diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index adbac24d4851..52cc83e985e2 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -48,6 +48,10 @@ padding-top: 9px; } +#main-window[chromehidden~="toolbar"] > #titlebar { + padding-top: 22px; +} + #main-window:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]) > #titlebar { -moz-appearance: -moz-window-titlebar; }