Skip to content

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
Fix space between pinned tabs and non-pinned tabs on firefox 116.x
  • Loading branch information
datguypiko authored Aug 6, 2023
1 parent d5a9042 commit f75f8ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,10 @@ menugroup > #context-back {
--tabs-navbar-shadow-size: 0px !important;
}

#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs])
#TabsToolbar #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs])
> #tabbrowser-arrowscrollbox
> .tabbrowser-tab[first-visible-unpinned-tab] {
margin-inline-start: 2px !important;
> .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
margin-inline-start: 0px !important;
}

#tabbrowser-tabs {
Expand Down

0 comments on commit f75f8ec

Please sign in to comment.