CSS: UserChrome.css Alles anzeigen:root{ /* Farbe 1: Thumb - Farbe 2: Hintergrund*/ scrollbar-color: grey transparent; } :root:active { /* Farbe 1: Thumb - Farbe 2: Hintergrund*/ scrollbar-color: darkgreen transparent; } #statuspanel-label { border: none !important; background: royalblue !important; color: white !important; font-size: 12pt; font-weight: normal !important; } #sidebar-box { max-width: 20px; } /*Tableiste nach ganz unten*/ #TabsToolbar { margin-bottom: 0px !important; /* Abstand nach unten*/ background: #009C31;/* Hintergrundfarbe*/ bottom:0 !important; width:100% !important; } #tabbrowser-tabs tab { max-width:10px!important; /*Tabbreite*/ height: 22px !important; flex: 0 !important; } #main-window { padding-bottom: 30px !important; } #TabsToolbar > .titlebar-buttonbox-container { display: none !important; } /*Tabs in Tableiste mittig*/ scrollbox:not(#PlacesToolbarItems) { justify-content: center !important; } /*Aktiver Tab HG orange*/ .tabbrowser-tab[visuallyselected="true"] .tab-background{ background: orange !important; } /*Inaktiver Tab Schrift schwarz = Standard*/ .tabbrowser-tab:not([visuallyselected="true"]) { color: white !important; } .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] { display: none !important; }
Bist du sicher, dass das dein aktueller CSS Code/bzw. die komplette userChrome.css ist?
Ich habe hier leider nur 115esr zum Testen, und bin auf Mac, aber ich bekomme weder abgeschnittene Tabs mit dem Code, noch sind die Tabs so schmal wie in deinen Screenshots.
Ich kann mir auch nicht vorstellen, wie dieser CSS Code das überhaupt anstellen könnte.
Als Javascript für Tabs unten benutze ich das aus deinem ersten Beitrag, GanzUnten.uc.js.