mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bug fix: 修复开启行号时,不对齐的问题
This commit is contained in:
parent
ce1ba7879d
commit
54e3815f33
1 changed files with 5 additions and 1 deletions
|
|
@ -627,9 +627,13 @@ hr {
|
|||
}
|
||||
|
||||
.cm-s-obsidian .cm-line.HyperMD-header {
|
||||
margin-bottom: 10px !important;
|
||||
/* margin-bottom: 10px !important; */
|
||||
padding-bottom: 0;
|
||||
}
|
||||
/* 标题下空一行 */
|
||||
.cm-s-obsidian .cm-line.HyperMD-header + .cm-line:not(.HyperMD-header):not(:has(>br:only-child)) {
|
||||
padding-top: var(--p-spacing);
|
||||
}
|
||||
|
||||
h1,
|
||||
.HyperMD-header-1 .cm-foldPlaceholder,
|
||||
|
|
|
|||
Loading…
Reference in a new issue