Skip to content

Commit 0b5dcba

Browse files
authored
Merge pull request #2 from thegamerx1/main
Fix: Pinned tab width
2 parents 2042e7d + 3a53e4b commit 0b5dcba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

chrome/toolbar/tabbar.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,11 @@
139139
.tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme {
140140
z-index: 1;
141141
}
142-
.tabbrowser-tab:is([visuallyselected], [multiselected]) {
142+
143+
.tabbrowser-tab:is([visuallyselected], [multiselected]):not([pinned]) {
143144
min-width:200px !important;
144145
}
146+
145147
.tab-close-button {
146148
margin-inline-end: 8px !important;
147149
width: 17px !important;
@@ -502,7 +504,4 @@ toolbarbutton[part="scrollbutton-down"] {
502504

503505
#tabbrowser-tabs[secondarytext-unsupported] .tab-icon-stack[indicator-replaces-favicon] > :not(.tab-icon-overlay) {
504506
opacity: 1 !important;
505-
}
506-
.tabbrowser-tab:is([visuallyselected], [multiselected]) {
507-
min-width:200px !important;
508-
}
507+
}

0 commit comments

Comments
 (0)