Skip to content

Instantly share code, notes, and snippets.

@okiwan
Created March 17, 2019 17:23
Show Gist options
  • Select an option

  • Save okiwan/f96415773f50c1d510a6cd751b863df6 to your computer and use it in GitHub Desktop.

Select an option

Save okiwan/f96415773f50c1d510a6cd751b863df6 to your computer and use it in GitHub Desktop.
Configure visibility of bookmark toolbar when fullscreen is active on Mozilla Firefox
/* Place this file in ~/.mozilla/firefox/<profile folder>/chrome/userChrome.css */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) {
visibility:visible!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment