mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: Unselected Tab - Divide line thickness after latest tab #104
This commit is contained in:
parent
9f71fd285b
commit
e66c3a82c4
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@
|
|||
}
|
||||
.tabbrowser-tab[last-visible-tab] .tab-background::after {
|
||||
right: 0;
|
||||
transform: translateX(.5px) translateY(calc(-50% + 1px)) !important;
|
||||
transform: translateX(1.5px) translateY(calc(-50% + 1px)) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab:not([visuallyselected]) .tab-background::before,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue