mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
优化 H标题下的间隔
This commit is contained in:
parent
e54ddc6c1b
commit
2136a66aef
1 changed files with 1 additions and 1 deletions
|
|
@ -934,7 +934,7 @@ body:not(.heading-bottom-line-off) .cm-s-obsidian .HyperMD-header {
|
|||
|
||||
/* 标题下空一行 */
|
||||
.cm-s-obsidian .cm-line.HyperMD-header + .cm-line:not(.HyperMD-header):not(:has(>br:only-child)) {
|
||||
padding-top: var(--p-spacing);
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue