dotfiles/firefox/chrome/userChrome.css

7 lines
234 B
CSS
Raw Normal View History

2022-10-29 18:25:42 +00:00
@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;
}