diff --git a/obsidian.css b/obsidian.css index d9a2152..c6723a2 100644 --- a/obsidian.css +++ b/obsidian.css @@ -4532,7 +4532,13 @@ html .plugin-sliding-panes-rotate-header.embedded-note-title .CodeMirror-lines { .cc-pretty-preview .markdown-preview-pusher + div:empty + div h3, .cc-pretty-preview .markdown-preview-pusher + div:empty + div h4, .cc-pretty-preview .markdown-preview-pusher + div:empty + div h5, -.cc-pretty-preview .markdown-preview-pusher + div:empty + div h6 { +.cc-pretty-preview .markdown-preview-pusher + div:empty + div h6, +.cc-pretty-preview .markdown-preview-pusher + div[data-tag-name="pre"] + div h1, +.cc-pretty-preview .markdown-preview-pusher + div[data-tag-name="pre"] + div h2, +.cc-pretty-preview .markdown-preview-pusher + div[data-tag-name="pre"] + div h3, +.cc-pretty-preview .markdown-preview-pusher + div[data-tag-name="pre"] + div h4, +.cc-pretty-preview .markdown-preview-pusher + div[data-tag-name="pre"] + div h5, +.cc-pretty-preview .markdown-preview-pusher + div[data-tag-name="pre"] + div h6 { margin-top: 0; }