Fixes #263: Implement TOC

This commit is contained in:
Zef Hemel
2023-11-25 13:40:56 +01:00
parent cd27739336
commit 1ac494765f
10 changed files with 190 additions and 6 deletions
+7
View File
@@ -154,6 +154,13 @@ body {
border-radius: 5px;
}
.sb-preface-iframe {
width: 100%;
margin-top: 10px;
border: 1px solid var(--editor-directive-background-color);
border-radius: 5px;
}
#sb-main {
display: flex;