vanadium/firefox: disable treestyle tab

This commit is contained in:
Primrose 2025-07-13 09:47:23 +02:00
parent 125cf62010
commit 1edcb7b0b2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -123,11 +123,6 @@ in {
profiles = {
default = {
userChrome = ''
/* Only works in Firefox if layout.css.has-selector.enabled is set to true in about:config . */
html#main-window body:has(#sidebar-box[sidebarcommand=treestyletab_piro_sakura_ne_jp-sidebar-action][checked=true]:not([hidden=true])) #TabsToolbar {
visibility: collapse !important;
}
/* monofont tweak */
#statuspanel-label {
font-family: monospace;
@ -136,9 +131,6 @@ in {
font-family: monospace;
}
'';
settings = {
"layout.css.has-selector.enabled" = true;
};
extensions.packages = let
addons = nur.repos.rycee.firefox-addons;
in [
@ -148,8 +140,6 @@ in {
addons.shinigami-eyes
addons.consent-o-matic
addons.tree-style-tab
];
};