Created
March 17, 2019 17:23
-
-
Save okiwan/f96415773f50c1d510a6cd751b863df6 to your computer and use it in GitHub Desktop.
Configure visibility of bookmark toolbar when fullscreen is active on Mozilla Firefox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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