Hide sidebar labels if group is empty

This commit is contained in:
shamoon
2024-04-01 13:47:52 -07:00
parent 6a79d417b4
commit 449a9e51ce
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%;