Bug 1408738 - Give more left margin to window controls. r?johannh draft
authorDale Harvey <dale@arandomurl.com>
Mon, 13 Nov 2017 14:14:08 +0000
changeset 697731 022f7a5fac1e47d3d9f4057bc91a8eed0b17f004
parent 697170 e3e146e9bf9c1f9706597c4a656f73618348c99b
child 740178 8e0e987c7b4af5a2f46acc4e593edc6c89e5c8c0
push id89065
push userbmo:dharvey@mozilla.com
push dateTue, 14 Nov 2017 11:18:51 +0000
reviewersjohannh
bugs1408738
milestone59.0a1
Bug 1408738 - Give more left margin to window controls. r?johannh MozReview-Commit-ID: A77ggiyxoAK
browser/themes/osx/browser.css
--- a/browser/themes/osx/browser.css
+++ b/browser/themes/osx/browser.css
@@ -81,17 +81,17 @@
 #titlebar-buttonbox-container {
   -moz-box-align: center;
 }
 
 /* These would be margin-inline-start/end if it wasn't for the fact that OS X
  * doesn't reverse the order of the items in the titlebar in RTL mode. */
 .titlebar-placeholder[type="caption-buttons"],
 #titlebar-buttonbox {
-  margin-left: 7px;
+  margin-left: 12px;
 }
 
 /* The fullscreen button doesnt show on Yosemite(10.10) or above so dont give it a
    border there */
 @media not all and (-moz-mac-yosemite-theme) {
   .titlebar-placeholder[type="fullscreen-button"] {
     margin-right: 4px;
   }