mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01: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:
parent
df849b82c5
commit
ffb98a9002
@ -29,6 +29,10 @@ let
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
echo ".urlbarView { display: none !important; }" >> $out/userChrome.css
|
||||
'';
|
||||
});
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user