mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
修复阅读模式下guideline 不对齐的问题
This commit is contained in:
parent
45fd524790
commit
4430385c4f
1 changed files with 3 additions and 3 deletions
|
|
@ -697,7 +697,7 @@ span.cm-formatting.cm-formatting-list.cm-formatting-list-ol {
|
|||
}
|
||||
|
||||
.markdown-rendered.show-indentation-guide ul::before {
|
||||
margin-left: -3px;
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.markdown-rendered.show-indentation-guide ul>li>ol::before {
|
||||
|
|
@ -725,8 +725,8 @@ span.cm-formatting.cm-formatting-list.cm-formatting-list-ol {
|
|||
.markdown-rendered .cm-line,
|
||||
ol,
|
||||
li {
|
||||
padding-bottom: 0.2em !important;
|
||||
padding-top: 0.2em !important;
|
||||
padding-bottom: 0.15em !important;
|
||||
padding-top: 0.15em !important;
|
||||
}
|
||||
|
||||
.markdown-rendered p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue