Fix tab visuals in Firefox

The rendering of the tabs would not include the spacer in Firefox for
if the width was not set for some reason.
This commit is contained in:
Hornwitser 2025-09-21 22:27:28 +02:00
parent 5d4cdb7b83
commit 7314b26c77

View file

@ -55,7 +55,6 @@ nav {
}
.tab {
display: flex;
flex-wrap: wrap;
}
.tab.active {
padding-block-start: 1px;
@ -65,6 +64,7 @@ nav {
}
.tab .spacer {
flex: 1 0 0.75rem;
width: 0.75rem;
}
.tab .flap,
.tab .spacer {