feat: refactor layout and introduce workspace panel and fix some bugs

This commit is contained in:
Dominic Elm
2024-07-12 17:25:41 +02:00
parent 5fa2ee53cc
commit ab9d59a30d
16 changed files with 297 additions and 211 deletions

View File

@@ -95,7 +95,7 @@ $color-blockquote-border: #dfe2e5;
:is(ul, ol) {
padding-left: 2em;
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 24px;
}
ul {
@@ -106,6 +106,14 @@ $color-blockquote-border: #dfe2e5;
list-style-type: decimal;
}
li + li {
margin-top: 8px;
}
li > *:not(:last-child) {
margin-bottom: 16px;
}
img {
max-width: 100%;
box-sizing: border-box;