Skip to content

Commit

Permalink
Add: Tab Bar - remove gap between pinned and unpinned tabs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 1, 2021
1 parent c8c5a06 commit 5e6b0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
padding-right: var(--newtab-button-width-padding) !important;
}

:root[uidensity=compact] #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
margin-inline-start: 0 !important;
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
margin-inline-start: 1px !important;
}

:root:not([uidensity=touch]) #tabbrowser-arrowscrollbox {
Expand Down

0 comments on commit 5e6b0b1

Please sign in to comment.