autohide tabstoolbar: inherit background from sidebar-wrapper

This commit is contained in:
MrOtherGuy
2025-04-05 06:43:36 +03:00
parent 9bf9c83944
commit fa0ac7036e

View File

@@ -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"){