Firefox-UI-Fix
Firefox-UI-Fix copied to clipboard
Alternating Gap between Tabs
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?
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.
Thanks it works I also changed:
.tabbrowser-tab { padding-inline: 1px !important; }
to 1.5px to have an gap
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 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:
Try to use v5.3.1
https://github.com/black7375/Firefox-UI-Fix/releases/tag/v5.3.1