diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index dba9b7f..a41b2af 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -66,7 +66,10 @@ See the above repository for updates as well as full license text. */ box-shadow: none !important; } -.tab-background:not([selected])[multiselected]{ background: color-mix(in srgb, currentColor 11%, transparent) !important; } +.tab-background:not([selected])[multiselected]{ + background: color-mix(in srgb, currentColor 11%, transparent) !important; + margin-inline-start: -1px; +} /* Line to mark selected tab */ .tab-background[selected]::before,