Skip to content

Commit

Permalink
Fix: margin-left and right of first and last tab
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Dec 31, 2022
1 parent 4b99ae5 commit bee06eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
z-index: 2 !important;
}

/* Moving First and last tab in if there isn't any pinned tab*/
#tabbrowser-tabs:not([positionpinnedtabs]) .tabbrowser-tab[first-visible-tab] {
/* Moving First and last tab in if they are selected */
#tabbrowser-tabs .tabbrowser-tab[first-visible-tab][visuallyselected] {
margin-left: var(--tab-radius) !important;
}

#tabbrowser-tabs:not([positionpinnedtabs]) .tabbrowser-tab[last-visible-tab] {
#tabbrowser-tabs .tabbrowser-tab[last-visible-tab][visuallyselected] {
margin-right: var(--tab-radius) !important;
}

Expand Down

0 comments on commit bee06eb

Please sign in to comment.