We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2042e7d + 3a53e4b commit 0b5dcbaCopy full SHA for 0b5dcba
chrome/toolbar/tabbar.css
@@ -139,9 +139,11 @@
139
.tabbrowser-tab:is([selected], [multiselected]):-moz-lwtheme {
140
z-index: 1;
141
}
142
-.tabbrowser-tab:is([visuallyselected], [multiselected]) {
+
143
+.tabbrowser-tab:is([visuallyselected], [multiselected]):not([pinned]) {
144
min-width:200px !important;
145
146
147
.tab-close-button {
148
margin-inline-end: 8px !important;
149
width: 17px !important;
@@ -502,7 +504,4 @@ toolbarbutton[part="scrollbutton-down"] {
502
504
503
505
#tabbrowser-tabs[secondarytext-unsupported] .tab-icon-stack[indicator-replaces-favicon] > :not(.tab-icon-overlay) {
506
opacity: 1 !important;
-}
507
- min-width:200px !important;
508
+}
0 commit comments