From fa0ac7036ee1bf148e9fcd377b3d32bbaaf191f0 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 5 Apr 2025 06:43:36 +0300 Subject: [PATCH] autohide tabstoolbar: inherit background from sidebar-wrapper --- chrome/autohide_tabstoolbar_v2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/autohide_tabstoolbar_v2.css b/chrome/autohide_tabstoolbar_v2.css index de839b7..bf0156c 100644 --- a/chrome/autohide_tabstoolbar_v2.css +++ b/chrome/autohide_tabstoolbar_v2.css @@ -37,6 +37,9 @@ See the above repository for updates as well as full license text. */ transform: translateX(calc(var(--tab-collapsed-width) - 100%)); } } + #sidebar-wrapper{ + background: inherit; + } } @media not (-moz-bool-pref: "sidebar.verticalTabs"), not -moz-pref("sidebar.verticalTabs"){