From ffb98a90020ac6d74c03c6bff32959b706244dd6 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 16 Aug 2024 00:03:44 -0400 Subject: [PATCH] librewolf: Don't show urlbar popup on mobile Makes browsing the web a lot nicer since you can use the URL bar without having to worry about not being able to see the page. --- home/librewolf.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/librewolf.nix b/home/librewolf.nix index 088304ac..d739134d 100644 --- a/home/librewolf.nix +++ b/home/librewolf.nix @@ -29,6 +29,10 @@ let runHook postInstall ''; + + postInstall = '' + echo ".urlbarView { display: none !important; }" >> $out/userChrome.css + ''; }); in {