From fc1100befcfda501e4e055d0045438c708fc267b Mon Sep 17 00:00:00 2001 From: pfych Date: Fri, 11 Jul 2025 15:53:54 +1000 Subject: [PATCH] MacOS Specific Userchrome detection --- .config/firefox/chrome/userChrome.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {