feat(ui): enhance left sidebar (#2899)

* feat(ui): enhance left sidebar

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Charlie
2021-10-01 21:27:31 +08:00
committed by GitHub
parent 575e7f976b
commit 7f9a04d2c1
40 changed files with 885 additions and 457 deletions

View File

@@ -14,3 +14,8 @@ html[data-theme=light] {
.sidebar-item-list {
padding-bottom: 150px;
}
html[data-theme='light'] a.toggle:hover {
color: var(--ls-primary-text-color);
}