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

Support for tabs filling available width #458

Closed
yokoffing opened this issue Aug 30, 2022 · 2 comments
Closed

Support for tabs filling available width #458

yokoffing opened this issue Aug 30, 2022 · 2 comments
Labels
Class::Size Consonant's size issues Component::Tabbar Tab or tabbar Issue::Enhancement New feature or request

Comments

@yokoffing
Copy link

Is your feature request related to a problem?

I don't like the default tab width.

The solution I'd like

Tabs to fill the available width of the tab bar, similar to how the previous Safari UI worked. 1 tab takes up 100% of the tab bar, 2 tabs take up 50% each, 3 tabs 33%, etc.

Screenshots or video

screenshot-faviconography-mac-2081229744

Alternatives I've considered

Similar to https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_fill_available_width.css, but dropping this into my userChrome doesn't work when using Firefox UI Fix.

Additional context

@yokoffing yokoffing added the Issue::Enhancement New feature or request label Aug 30, 2022
@black7375
Copy link
Owner

Currently applicable as follows:

.tabbrowser-tab[fadein]:not([style^="max-width"]) {
  --tab-max-width: 100vw;
}

I will put it as an official option in 7.0.

black7375 added a commit that referenced this issue Sep 4, 2022
@black7375 black7375 added Component::Tabbar Tab or tabbar Class::Size Consonant's size issues labels Oct 24, 2022
@black7375
Copy link
Owner

Try to use v7.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Size Consonant's size issues Component::Tabbar Tab or tabbar Issue::Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants