Skip to content

Sidebary sidebar title not hidden after update to Firefox 140 beta #2144

Closed Answered by ChilledMoth
Dimas-sc asked this question in Q&A
Discussion options

You must be logged in to vote

The sidebar header of the legacy sidebar is still being hidden.

You are using the revamped sidebar (sidebar.revamp in about:config) to which Mozilla has recently added additional sidebar headers for all web extension sidebar panels (1943147).

If you want to continue using it without the headers, try this as your userChrome.css file:

@-moz-document url("chrome://browser/content/browser.xhtml") {
  /* hide horizontal tabs toolbar */
  #TabsToolbar {
    visibility: collapse !important;
  }
}

@-moz-document url("chrome://browser/content/webext-panels.xhtml") {
  /* hide revamped sidebar panel header for all web extension sidebar panels */
  sidebar-panel-header {
    display: none !important;…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Dimas-sc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants