mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
Fix: hide sidebar labels if group is empty (#6254)
This commit is contained in:
parent
6a79d417b4
commit
b3c66cae06
3 changed files with 225 additions and 216 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue