- Firefox-Version
- 141.0
- Betriebssystem
- Win 11
Hallo an Alle,
leider funktioniert der CSS Code zur dynamischen Anpassung der Tabbreite an den Tabtext nicht mehr. Das ist bestimmt seit FF 137 oder 138 so. Melde mich aber erst jetzt.
CSS
/*tabbreite an tabtext anpassen*/
.tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button {
padding-inline-start: 5px !important;
width: unset !important;
}
.tab-close-button {
display: flex !important;
}
.tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button {
padding-inline-start: 6px !important;
margin-right: -5px !important;
width: unset !important;
}
.tab-content {
&:not([pinned]) {
padding-left: 6px !important;
}
}
Alles anzeigen
Ev. hat jemand Zeit und Lust mal zu schauen.