https://addons.mozilla.org/de/firefox/themes/category/firefox/da ist auch "un-buntes" dabei ...
T.A
================================== Muster = aus dem Netz :
https://www.userchrome.org/firefox-89-styling-proton-ui.html#menuspacing==================================
Edit:
Ich habe im FF-Profil einen Ordner Chrome erstellt.
In diesem habe ich eine Datei userCrome.css erstellt.
Inhalt:
#TabsToolbar .tabbrowser-tab {
max-width: 125px !important;
}
#TabsToolbar .tabbrowser-tab:not([fadein]) {
max-width: 1px !important;
}
tab[selected="true"]
{color: blue!important;
}
tab:not([selected="true"]) {color: black!important;
}
.tabbrowser-tabs tab[selected="true"] {
background: #97FFFF !important;
font-weight:bold}
menupopup > menuitem,
menupopup > menu {
padding-block: 2px !important;
padding-inline-start: 10px !important;
}
=========================================
Dadurch sind die Tabs verkleinert und die Zwischenräume in Lesezeichen wieder enger.