Sidebar: handle stray separator on empty section

"Lists" section is only for authenticated, and causes stray separator line.
This commit is contained in:
infinite-persistence 2022-03-22 09:15:32 +08:00 committed by infinite-persistence
parent d13558297e
commit f868e1a3db

View file

@ -89,6 +89,10 @@
ul {
padding-bottom: var(--spacing-s);
}
ul:empty {
display: none;
}
}
.navigation-touch {