tabsbar: Remove spacing between pinned tabs and first tab

This commit is contained in:
Rafael Mardojai CM 2023-09-14 16:02:05 -05:00
parent bbb301ee62
commit 6514f65331
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ spacer[part=overflow-start-indicator], spacer[part=overflow-end-indicator] {
z-index: 5 !important; z-index: 5 !important;
} }
/* Remove spacing between pinned tabs and first tab */
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
margin-inline-start: 0 !important;
}
/* Remove hover effects on tab bar buttons */ /* Remove hover effects on tab bar buttons */
#TabsToolbar { #TabsToolbar {
--toolbarbutton-active-background: transparent !important; --toolbarbutton-active-background: transparent !important;