feat: refactor layout and introduce workspace panel and fix some bugs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user