- Firefox-Version
- 91.0a1
- Betriebssystem
- Win 10
CSS
Seit dem heutigen Update ist die Schrift in den Tabs nach unten gerutscht und nicht mehr mittig. Dieser css-Code ist dafür verantwortlich.
.tabbrowser-tab {
max-height: 26px !important;
}
.tabbrowser-tab:not([selected]) .tab-content {
border-right: 0px solid black !important;
}
.tabbrowser-tab::after, .tabbrowser-tab::before {
margin-inline-start: 0px !important;
border-left: 0px solid !important;
border-image: none !important;
border-image-slice: 0 !important;
width: 0px !important;
box-sizing: border-box;
opacity: 0 !important;
}
Alles anzeigen