nixpkgs/home/programs/firefox/kioskLikeUserChrome.css
Daniel Siepmann 4919105362
Migrate web apps to nix setup
Create dedicated xdg desktopEntries to start web apps.
Use chromium where necessary, e.g. due to audio / video experiences.

Start web apps with dedicated Firefox profiles.
Configure those profiles to hide any UI to have an actual app feeling.
2022-03-11 09:52:43 +01:00

8 lines
229 B
CSS

/*
* Important: use "visibility: collapse" instead of "display: none".
* I do not know why, but display: none will hide the whole content of the frame.
*/
#navigator-toolbox-background {
visibility: collapse !important;
}