mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
Border style
This commit is contained in:
parent
853bf5ebd0
commit
f562c9ff7c
@ -3,6 +3,8 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: calc(var(--ifm-navbar-height) + 2rem);
|
top: calc(var(--ifm-navbar-height) + 2rem);
|
||||||
|
padding-right: 1px;
|
||||||
|
border-right: 1px solid var(--ifm-toc-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarItemTitle {
|
.sidebarItemTitle {
|
||||||
|
Loading…
Reference in New Issue
Block a user