dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 9854e0bfcdaadec2684278511bc913d6db131337
parent cac8d3d6a19c6b6ef38b4e070b824d9f0c7ff6fd
Author: Chris <chris@echoz.io>
Date:   Thu, 25 Jun 2026 04:29:28 +0200

fix(firefox): remove small gray border on tab bar

Diffstat:
Mmodules/firefox/userChrome.css.nix | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/firefox/userChrome.css.nix b/modules/firefox/userChrome.css.nix @@ -67,5 +67,9 @@ style: # css stack.tab-icon-stack { display: none; } + + tabs#tabbrowser-tabs::before { + display: none !important; + } } ''