Hierarchical TOC + routing

This commit is contained in:
Adrian Rumpold
2025-04-23 13:27:54 +02:00
parent 6dcf39dc58
commit 2165ce0d5b
11 changed files with 202 additions and 87 deletions

View File

@@ -8,22 +8,23 @@
min-width: 0;
}
transition: width 0.3s ease-in-out;
overflow: scroll;
max-height: 100vh;
.division-list {
list-style: none;
.toc-division {
margin-block: 0.5rem;
cursor: pointer;
}
ul {
margin-block: 1rem;
}
ul {
padding: 1rem;
list-style-type: disc;
}
.selected {
font-weight: bold;
}
.article {
cursor: pointer;
}