dotfiles/firefox/chrome/userChrome.css
2022-11-20 03:14:18 +01:00

7 lines
234 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
/* full screen toolbars */
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
visibility:visible!important;
}