Skip to content

Change Main Sidebery Button Display #1085

Answered by mbnuqw
n1x9 asked this question in Q&A
Discussion options

You must be logged in to vote

It's a part of Firefox UI, so Sidebery can't change anything inside this block. You can try to use userChrome.css hack to change it (ask here), but I doubt it's possible to replace dropdown to icons here. In v5 (current beta) you can show the name of an active panel instead of just "Sidebery".

Personally, I use this userChrome.css hack to decrease size of this block:

/**
 * Decrease size of header
 */
#sidebar-header {
  font-size: 1.2em !important;
  padding: 2px 6px 2px 3px !important;
}
#sidebar-header #sidebar-close {
  padding: 3px !important;
}
#sidebar-header #sidebar-close .toolbarbutton-icon {
  width: 14px !important;
  height: 14px !important;
  opacity: 0.6 !important;
}

Before

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by n1x9
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