Firefox-UI-Fix icon indicating copy to clipboard operation
Firefox-UI-Fix copied to clipboard

Alternating Gap between Tabs

Open CuriousApe2020 opened this issue 2 years ago • 4 comments

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 avatar Jul 25 '22 23:07 CuriousApe2020

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.

thunderstone135 avatar Jul 29 '22 06:07 thunderstone135

Thanks it works I also changed:

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

to 1.5px to have an gap

CuriousApe2020 avatar Jul 29 '22 16:07 CuriousApe2020

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.

thunderstone135 avatar Jul 30 '22 00:07 thunderstone135

@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 :100:

black7375 avatar Jul 30 '22 08:07 black7375

Try to use v5.3.1

https://github.com/black7375/Firefox-UI-Fix/releases/tag/v5.3.1

black7375 avatar Aug 07 '22 13:08 black7375