2.home-manager/tests/modules/programs/firefox/profiles/userchrome/chrome/userChrome.css
Austin Horstman c3c91dd8b4
mkFirefoxModule: fix userChrome with leading comment (#6836)
userChrome lines that started with a leading comment would cause an eval failure.
2025-04-17 09:31:27 -05:00

9 lines
189 B
CSS

/*
This is a simple comment that should be written inside the `chrome/userChrome.css`
*/
#urlbar {
min-width: none !important;
border: none !important;
outline: none !important;
}