iPeng6 / docsify-sidebar-collapse

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

样式/行为更改 #48

Closed SnowCutieOwO closed 6 months ago

SnowCutieOwO commented 6 months ago

希望侧边栏的折叠行为能和 Gitbook 的差不多,球球了)

SnowCutieOwO commented 6 months ago

已自行解决。 留给后来者: 将 css 文件放至本地加载,并修改如下项:

...
.sidebar-nav ul:not(.app-sub-sidebar)>li:not(.file)::before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -12px; ←
...

将箭头所指部分改为 right: 20px 即可