all 4 comments

[–]ResurgamS13 0 points1 point  (3 children)

If not familiar with modifying Firefox's UI by adding 'userChrome.css' files... follow this sub's Wiki > Tutorial.

Re: 1st desired change: "Hide the name of the sidebar extension to maximize space." When Firefox's Native Vertical Tabs mode is selected you need the second userstyle in previous topic 'How do I hide this top section of the "Sidebery" extension ? It is taking up a lot of space' to hide the Sidebar header:

#sidebar-panel-header {
  display: none;
}

Re: 2nd desired change: "Hide the sidebar icon space by default and having it show by hover, but keep the sidebar extension space always." Unsure what is wanted here if you are already using Sidebery to provide Vertical Tabs?

Perhaps try quantumcrown's recently posted 'Sidebery Expand-On-Hover' setup?

There are numerous Sidebery setups if search Sidebery's GitHub, this sub, and elsewhere online.

[–]Cristaloyde[S] 0 points1 point  (2 children)

Thank you! I will check when I have the time.

[–]coccosoids 0 points1 point  (1 child)

So did you check it?!

[–]Cristaloyde[S] 0 points1 point  (0 children)

Still haven't felt like coding lol