Ein freundlicher Poster auf Reddit hat die Lösung schon präsentiert, funktioniert prima .
Der Code dazu :
Code
.tabbrowser-tab[selected]:not(:hover):not([pinned]) .tab-label-container,
#tabbrowser-tabs:not([closebuttons="activetab"])
.tabbrowser-tab:not(:hover):not([pinned]) .tab-label-container{
margin-inline-end: 7px
}
.tab-content:not([pinned])::before{
display: -moz-box;
content: "";
-moz-box-flex: 1;
}
Alles anzeigen
Zu beachten ist , bei mir sind die Close Buttons im Tab rechts ( nur sichtbar bei hover ), daher wohl das margin von 7px .