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:
Donovan Glover 2024-08-16 00:03:44 -04:00
parent df849b82c5
commit ffb98a9002
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,6 +29,10 @@ let
runHook postInstall
'';
postInstall = ''
echo ".urlbarView { display: none !important; }" >> $out/userChrome.css
'';
});
in
{