From 1edcb7b0b2551309a411f0dc90d1f336bfe77087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 13 Jul 2025 09:47:23 +0200 Subject: [PATCH] vanadium/firefox: disable treestyle tab --- nix/configurations/vanadium/home/firefox.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 30f4ab5d..8dd4af5d 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -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 ]; };