Replies: 2 comments
-
After some trial this works for me with the *|sidebar-panel-header {
display: none !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any ideas how to make this only hide for TST? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After updating to Firefox 140.0, with native vertical tabs enabled, the sidebar got its ugly title again.

None of the proposed customizations of userChrome.css hides it. I've found that the new sidebar is called sidebar-panel, so the following snippet in userChrome.css does the trick:
#sidebar-panel-header { display: none !important; }
Could someone add it to the wiki?
Beta Was this translation helpful? Give feedback.
All reactions