Fix: hide sidebar labels if group is empty (#6254)

This commit is contained in:
shamoon
2024-04-01 15:00:51 -07:00
committed by GitHub
parent 6a79d417b4
commit b3c66cae06
3 changed files with 225 additions and 216 deletions

View File

@@ -18,6 +18,10 @@
height: 0.8em;
}
.nav-group:not(:has(.app-link)) .sidebar-heading {
display: none !important;
}
// These come from the col-* classes for non-slim sidebar, needed for animation
@media (min-width: 768px) {
max-width: 25%;