Fixes #576 supporting markdown in headers and refactoring some stuff

This commit is contained in:
Zef Hemel
2023-11-27 16:29:19 +01:00
parent 1335820abd
commit 259ad5b488
8 changed files with 36 additions and 31 deletions
+2 -2
View File
@@ -147,14 +147,14 @@ body {
flex: 1;
}
.sb-ps-iframe {
.sb-bottom-iframe {
width: 100%;
margin-top: 10px;
border: 1px solid var(--editor-directive-background-color);
border-radius: 5px;
}
.sb-preface-iframe {
.sb-top-iframe {
width: 100%;
margin-top: 10px;
border: 1px solid var(--editor-directive-background-color);