iPeng6 / docsify-sidebar-collapse

a docsify plugin, support sidebar catalog expand and collapse
MIT License
176 stars 37 forks source link

sidebar not aligned between file and folder classes #37

Open DanielYWoo opened 2 years ago

DanielYWoo commented 2 years ago

sidebar里带链接的子节点显示都正确, 但是目录节点对不齐。比如这个sandbox里的item 3.

See: https://codesandbox.io/s/falling-paper-w19udv?file=/README.md

- [Item 1](/)
- [Item 2](/)
- Item 3 (not aligned correctly)
  - [Item 3.1](/)
  - [Item 3.2](/)
- [Item 4](/)
- [Item 5](/)
image