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

Alternating Gap between Tabs #440

Closed
CuriousApe2020 opened this issue Jul 25, 2022 · 5 comments
Closed

Alternating Gap between Tabs #440

CuriousApe2020 opened this issue Jul 25, 2022 · 5 comments
Labels
Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar Issue::Bug Something isn't working

Comments

@CuriousApe2020
Copy link

Is the gap between Tabs supposed to alternate between a small gap and no gap? And if so is there any way to change that?
gapnogap

@CuriousApe2020 CuriousApe2020 added the Issue::Bug Something isn't working label Jul 25, 2022
@black7375 black7375 added Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar labels Jul 27, 2022
@thunderstone135
Copy link

I think the code below is the cause 👇

    .tabbrowser-tab:not([last-visible-tab]) {
      margin-inline-end: -0.5px !important;
    }

I changed it to -1px and I think it fixed the gaps.

@CuriousApe2020
Copy link
Author

CuriousApe2020 commented Jul 29, 2022

Thanks it works I also changed:

  .tabbrowser-tab {
    padding-inline: 1px !important;
  }

to 1.5px to have an gap

@thunderstone135
Copy link

Thanks it works I also changed:

  .tabbrowser-tab {
    padding-inline: 1px !important;
  }

to 1.5px to have an gap

I see. I just changed mine to make tiny lines between each tab.

@black7375
Copy link
Owner

@thunderstone135 It seems to work well as intended.
I remember you advised you a some times.
I will patch it and add to CREDIT list.
Thank you 💯

@black7375
Copy link
Owner

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::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants