Last active
February 12, 2020 11:48
-
-
Save Hexadecimaaal/96267f99b32861441556bb01cfcbdfc3 to your computer and use it in GitHub Desktop.
firefox 72.0.2 hide tab bar (for macos)
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
| #TabsToolbar > .toolbar-items { display: none; } | |
| #TabsToolbar > .titlebar-spacer { display: none; } | |
| #TabsToolbar { min-height: 0 !important; } | |
| #TabsToolbar > .titlebar-buttonbox-container { height: 20px !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
put into
<profile folder>/chrome/, enable the optiontoolkit.legacyUserProfileCustomizations.stylesheetsinabout:config.in the mac config, windowed firefox need to show the close/minimize/zoom button box and hide it if entered full screen.
should be usable in other windows management systems (in linux or other systems) too, such that firefox will hide the bar in windowed mode and show the control buttons (to strut up the uppermost bar) in full screen mode , but the height parameter in the last line need to be modified to display more naturally.