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

Improvement First Tab space #475

Closed
Nomes77 opened this issue Sep 21, 2022 · 1 comment
Closed

Improvement First Tab space #475

Nomes77 opened this issue Sep 21, 2022 · 1 comment
Labels
Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar Issue::Enhancement New feature or request

Comments

@Nomes77
Copy link
Contributor

Nomes77 commented Sep 21, 2022

Is your feature request related to a problem?
https://github.com/black7375/Firefox-UI-Fix/blob/master/src/padding/_first_tab.scss#L6-#L9
This current code doesn't work when having pinned tabs and the tabbar overflow is visible

The solution I'd like

:root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"] {
  display: -moz-box !important;
  width: var(--space-left-tabbar) !important;
}

However this code works always.

Screenshots or video

Alternatives I've considered

Additional context

@Nomes77 Nomes77 added the Issue::Enhancement New feature or request label Sep 21, 2022
@black7375 black7375 added Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar labels Sep 22, 2022
@black7375
Copy link
Owner

It was an intentional decision, but I am thinking about changing the policy.
Temporarily use the following options.

  • userChrome.padding.first_tab.always

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar Issue::Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants