mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 15:17:23 +02:00
Add ability to specify sub categories in sidebar.json (#891)
This commit is contained in:
parent
dd9d05c84d
commit
16087b4428
14 changed files with 534 additions and 87 deletions
|
@ -1718,7 +1718,12 @@ input::placeholder {
|
|||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navGroupCategoryTitle {
|
||||
.toc .toggleNav .subNavGroup {
|
||||
margin-top : 16px;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navGroupCategoryTitle,
|
||||
.toc .toggleNav .navGroup .navGroupSubCategoryTitle {
|
||||
color: #393939;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
|
@ -1727,6 +1732,10 @@ input::placeholder {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navGroupSubCategoryTitle {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.toc .toggleNav .navGroup .navListItem {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue