Skip to content

Commit c8368b1

Browse files
authored
Fix jumping tab when Firefox starts.
1 parent 340a8f6 commit c8368b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

chrome/toolbar/tabbar.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,6 @@ toolbarbutton[part="scrollbutton-down"] {
440440
--tab-label-mask-size: 1em !important;
441441
}
442442

443-
#tabbrowser-tabs[closebuttons="activetab"] .tabbrowser-tab:not([pinned]) .tab-content {
444-
padding-inline: calc(var(--inline-tab-padding) - 4px) 0 !important;
445-
}
446-
447443
.tab-content {
448444
padding-inline: var(--inline-tab-padding) 0 !important;
449445
}
@@ -514,4 +510,4 @@ toolbarbutton[part="scrollbutton-down"] {
514510
}
515511
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([selected]) {
516512
background-position: 4px 4px !important;
517-
}
513+
}

0 commit comments

Comments
 (0)