Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get inactive tabs to show only icons? #122

Open
evesdropper opened this issue Apr 27, 2024 · 1 comment
Open

How to get inactive tabs to show only icons? #122

evesdropper opened this issue Apr 27, 2024 · 1 comment
Labels
support I have a question

Comments

@evesdropper
Copy link

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

@evesdropper evesdropper added the support I have a question label Apr 27, 2024
@unseen-ninja
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support I have a question
Projects
None yet
Development

No branches or pull requests

2 participants