-
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
Minimize, Maximize, and Close buttons disappeared in FF65.0 with userChrome.css styling. Fix included #2147
Comments
I'm inactive to update CSS code snippets in the wiki because I don't use them, so I hope that people who using the page maintain it by self. Could you feedback your knowledge? |
I'd be happy to update the snippets page. I will wait a week or two first. I want to make sure that other people are facing the same issue before updating the docs. So anyone reading, please give a thumbs up or a comment |
I'm currently having success on macOS 10.14.3 / FIrefox 65.0 using an older snippet:
I think this only works because I have the Title Bar checkbox selected in the Customize Firefox options. |
@Ligerx I had the same problem with the same environment and your fix worked, thanks! |
I'm on MacOS 10.13.6 and was facing this issue. @Ligerx's fix works for me. |
Works great, thanks so much! Is there a reason to keep the @remmah I noticed the same thing, however the title bar shown is the default MacOS titlebar instead of Firefox's styled one. If you've got the dark theme applied, for example, Firefox's titlebar is preferable. |
@Atticus- I'm also wondering the same thing about the |
@Ligerx you shouldn't remove |
@Atticus- I think that the |
Great, thanks for all the comments. @Lej77 I've kept the The wiki has been updated in this change, and then I fixed a navigation link I broke in another change |
I had to remove |
I had the same issue after updating to Firefox 133. My navbar exhibited an unnecessary margin-top-like phenomenon. Since I also use custom CSS to move my titlebar buttons (specifically the close button, such that it can be clicked just whishing the mouse into the absolute corner), and also hide the sidebar header for TreeStyleTab, I had to fix the former as well (while the latter continued working without issues). Thank you for the initial fix of the first issue. Here's my current userChrome.css:
And here's how it looks now (tabnames and bookmarks blanked for privacy): It's back to working perfectly. |
Is there a specific reason why you changed it to |
Short description
Yesterday, I noticed that the minimize, maximize, and close button on firefox disappeared.
I've been using the below userChrome.css tweak to hide the tab bar.
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-horizontal-tabs-at-the-top-of-the-window-1349
#1349
It seems like Firefox has moved the min/max/close buttons into the
#TabsToolbar
element, so the above CSS was hiding both.Solution
I tweaked the css selector to fix it, so here's what I'm using now
instead of the old
Request
My guess is other people are facing the same issue, so hopefully they can just copy over my fix. Could you update your docs to reflect this?
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-horizontal-tabs-at-the-top-of-the-window-1349
Environment
The text was updated successfully, but these errors were encountered: