cascadefox/cascade

How to get inactive tabs to show only icons?

evesdropper opened this issue · 1 comments

How can you get the inactive tabs to just show icons as such in the README?

image

For me, it's currently looking like this, where inactive tabs are less in width but aren't reduced to icons:

image

You may be able to change the following config line in order to achieve the result you're looking for.

--uc-inactive-tab-width: clamp(100px, 20vw, 200px);

 
The tabs showing just icons on the preview are pinned tabs tho, not just inactive. They also would just show the icon whenever they are active.