aminought / firefox-second-sidebar

A Firefox userChrome.js script for adding a second sidebar with web panels like in Vivaldi/Floorp/Zen.
Mozilla Public License 2.0
84 stars 1 forks source link

Enhancement Request | Allow user to choose second-sidebar's width. #26

Closed guigirl42 closed 3 days ago

guigirl42 commented 6 days ago

Hi. As many others have already said, your work is brilliant & i'd also like to gratefully thank you for it.

In my Floorp the Sidebar width is ~35 px, whereas in your project it is ~50 px. Is it possible pls to have an option to narrow your one to be similar to Floorp's?

If inconvenient for you, or even not possible, to provide an actual UI setting for it, pls could you point me to which CSS file is currently controlling it, so i can try manually editing it? I examined several of them but couldn't find the right one.

Best regards.

emvaized commented 6 days ago

#sidebar-2-main is the CSS selector for the sidebar panel to be used in userChrome.css

guigirl42 commented 5 days ago

sidebar-2-main

Oh thank you! I'm happy to say this has done the trick, in my userChrome.css:

#sidebar-2-main {
  width: 33px !important; 
}

Now it looks much better IMO, as well as ofc providing the corresponding extra width to the actual webpages.

aminought commented 3 days ago

Added option to change sidebar-main width (#30):

image

guigirl42 commented 3 days ago

Added option to change sidebar-main width

Thanks very much for doing this. Unfortunately, even the "Tiny" option is still too wide for me, so i have chosen to continue using the recent addition to my userChrome.css as above.