fix: right toc #82

Merged
inex merged 1 commits from nevfy/selfprivacy.org:doc-sidebar into master 2024-01-28 05:11:55 +02:00
1 changed files with 10 additions and 0 deletions

View File

@ -9,8 +9,18 @@
}
}
.td-toc ul {
margin-top: 1rem;
}
.td-toc li {
display: block;
padding-bottom: .5rem;
}
.td-toc a{
display: inline !important;
}
@media (min-width: 768px) {
.td-sidebar {