diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css index 106c170..ebf5c30 100644 --- a/.config/firefox/chrome/userChrome.css +++ b/.config/firefox/chrome/userChrome.css @@ -1,5 +1,8 @@ -#TabsToolbar { - padding: 6px 0 !important; +/* MacOS Specific padding for buttons */ +@media (-moz-platform: macos) { + #TabsToolbar { + padding: 6px 0 !important; + } } .toolbar-items {