mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.36k stars 170 forks source link

Show favicons only. Hide page titles. #1234

Closed johnnymatthews closed 1 year ago

johnnymatthews commented 1 year ago

Description

Add an option to hide the titles of each page, and show only the favicon. This is what this looks like in Brave:

image

This feature is likely possible with just CSS, but I haven't been able to find any working examples in this repo or through Google. Any pointers would be super appreciated!

mbnuqw commented 1 year ago

Firefox doesn't allow addons to change sidebar width. I don't use this behavior, so I can only suggest you to search in https://www.reddit.com/r/FirefoxCSS/ for auto-hide sidebar styles (a few examples):

This involves using userChrome.css.

johnnymatthews commented 1 year ago

Ah, auto-hide sidebar was the term I should have been searching for. Thanks!