diff --git a/chrome/Fx65_tabs_on_bottom.css b/chrome/Fx65_tabs_on_bottom.css index 9746ab2..72079be 100644 --- a/chrome/Fx65_tabs_on_bottom.css +++ b/chrome/Fx65_tabs_on_bottom.css @@ -27,7 +27,9 @@ linux_gtk_window_control_patch.css } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){ - :root{ --uc-titlebar-padding: 0px !important } + @media not (-moz-os-version: windows-win10){ + :root{ --uc-titlebar-padding: 0px !important } + } .titlebar-buttonbox-container{ left:0; right: unset; } }