-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
The wiki suggestion to use "dynamic native tabs" using userChrome.css doesn't work with firefox 133 #1889
Comments
Even when using this exact userChrome snippet, I still see Firefox bringing up the native tabs. It even shows Sideberry as a "sidebar extension", so this looks like it is almost hard-coded behaviour to have them both visible (which is pretty strange, clearly the point should be that Firefox hands off things to the dedicated "sidebar extension" then). I would suspect this is a bug. I should perhaps mention that I am using the "vertical tabs" option inside Firefox, as that also fixes things like window controls. Under horizontal tabs (and with sidebar.revamp set to false), I think this fix works. |
I'm using horizontal tabs with sidebery. That fix above works fine in 133 using Gnome. I'm also using the firefox-gnome-theme and setting the sizes to 2.7em, 3.05em and 2.4em seems to fit better. |
Yeah, I decided to switch to horizontal tabs. Long-term, I think now that Firefox does support vertical stuff natively, perhaps Firefox could just allow extensions to swap in their own side bars instead of the native vertical bar, which would be the best of both world, where you get custom sidebar extensions without having to mess with userChrome at all. |
Please, although I have not mentioned, be aware that you have to set the configuration |
Steps to reproduce
Actual behavior
When you open firefox 133 the tabs are not hidding when Sidebery is opened
Expected behavior
Firefox tabs should be hide when Sidebery is open.
After some research, I found that the
#titlebar
"selector" is removed from this version.I tried to update the userChrome.css and get to a new version that is working for me, but I can't change or submit a PR to change the wiki.
All that it's need is to update the selector to
.toolbar-items
like the following snippet.Please, note that I only tested on my machine and I'm no expert in CSS.
System
Xubuntu 22.04
Firefox version
133.0
Sidebery version
5.2.0
Logs
No response
The text was updated successfully, but these errors were encountered: