Sidebar: handle stray separator on empty section
"Lists" section is only for authenticated, and causes stray separator line.
This commit is contained in:
parent
d13558297e
commit
f868e1a3db
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@
|
|||
ul {
|
||||
padding-bottom: var(--spacing-s);
|
||||
}
|
||||
|
||||
ul:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.navigation-touch {
|
||||
|
|
Loading…
Reference in a new issue