fix: keep mobile nav flattened (#771) (thanks @carlulsoe)

This commit is contained in:
Peter Steinberger
2026-01-12 08:13:49 +00:00
parent 10a50645ef
commit b77070cccf
4 changed files with 5 additions and 9 deletions

View File

@@ -114,12 +114,7 @@
}
.nav-group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 6px;
margin-bottom: 0;
flex-shrink: 0;
display: contents;
}
.nav-label {
@@ -322,4 +317,3 @@
height: 14px;
}
}