Is there any way to hide this section? #1837
-
I don't switch to the other sidebars at all, that little bit of extra space would be nice |
Beta Was this translation helpful? Give feedback.
Answered by
ChilledMoth
Oct 16, 2024
Replies: 1 comment 1 reply
-
Sure, in a custom userChrome.css file.. @-moz-document url("chrome://browser/content/browser.xhtml") {
#sidebar-header {
visibility: collapse;
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
breadone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, in a custom userChrome.css file..