Skip to content

Commit

Permalink
feat: 1.第一个列表不需要padding-inline-start
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Sep 14, 2023
1 parent 0609a9c commit 65e5e2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/theme/callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,13 @@ body.style-options-for-admonition-plugin .admonition-flex .admonition-content[da
justify-content: space-around;
}

// 第一个列表不需要padding-inline-start
body.style-options-for-admonition-plugin .admonition-flex .admonition-content {
ul:nth-child(1), ol:nth-child(1) {
padding-inline-start: 0;
}
}

.print .markdown-preview-view .admonition-flex .admonition-content {
display: flex !important;
}
Expand Down

0 comments on commit 65e5e2e

Please sign in to comment.