feat(v2): make sidebar collapsible (#1817)

* feat(v2): make sidebar collapsible

* fix first page load sidebar category not collapsed

* misc(v2): nit
This commit is contained in:
Yangshun Tay 2019-10-09 08:11:51 -07:00 committed by GitHub
parent e7ba8af6d9
commit 17252a079c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 108 additions and 47 deletions

View file

@ -31,9 +31,3 @@ html[data-theme='dark'] {
--ifm-font-size-base: 17px;
}
}
.menu__list .menu__list .menu__list .menu__link {
font-size: 0.75em;
font-weight: normal;
color: #999;
}