-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Workaround Firefox Nightly removing #titlebar #3640
Comments
userChrome.css is out of control of this project. I hope that code snippets for userChrome.css are maintained by people who use it. |
Hopefully folks that are clever enough to find a workaround will post the answer here. Closing. |
|
The above didn't work for me, but this here did (running on Firefox Nightly 133a1 on the Oct 10 and Oct 15 builds): #main-window #TabsToolbar {
opacity: 0;
max-height: 0px;
pointer-events: none;
} My previous CSS actually worked fine for hiding the tabs, but made any permission prompt (for microphone / webcam / notification permissions) flicker rapidly, making it impossible to hit (yes, even with rapid clicking). Just putting this in here in case others having the same problem are searching the issue tracker like I did (I realise it's not TST's fault, but people hiding their top tab bar might still search here for solutions 😉) |
Anyway ya reckon I could make this dark? And when I refresh a page with a hotkey on my mouse it'll trip out and flash all the tabs in white at the top too, hmm. Have begun using @rixx's solution - #main-window #TabsToolbar { Thanks! |
Abstract
Firefox Nightly 133a1 (as of 8 October 2024) has removed
#titlebar
which breaks the ability to hide the titlebar in
userChrome.css
perhttps://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#move-minimizerestoreclose-window-buttons-to-the-right-of-hamburger-menu-after-hiding-horizontal-tabs
See also:
https://www.reddit.com/r/FirefoxCSS/comments/1fwr7k6/psa_for_people_testing_stuff_on_firefox_nightly/
Steps to see the situation
userChrome.css
to hide the titlebarExpected result
Titlebar should be removed per CSS.
Actual (present) result
Titlebar remains
Environment
The text was updated successfully, but these errors were encountered: