mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 02:29:47 +02:00
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.
This commit is contained in:
@@ -29,6 +29,10 @@ let
|
|||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
echo ".urlbarView { display: none !important; }" >> $out/userChrome.css
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user