From cb8385e5401a343dc6ec4b76b730e38ae9ed29ca Mon Sep 17 00:00:00 2001 From: Martin Scott Date: Mon, 20 Jul 2026 19:53:04 +0100 Subject: [PATCH] Fix blockquote visual issue Prior css was too broad and had spacing side-effects with embedded styles. --- theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 88bc91e..2dd2a48 100644 --- a/theme.css +++ b/theme.css @@ -275,9 +275,13 @@ div.mod-header margin-left: 0ch; border-left-style: var(--mia-blockquote-reading-style, solid); } -.markdown-source-view.is-live-preview .cm-quote { - margin-left: calc(var(--list-indent) - 1.9rem); +div.markdown-source-view.cm-s-obsidian.mod-cm6.is-live-preview div.HyperMD-quote.HyperMD-quote-1.cm-line { + margin-left: calc(var(--list-indent) - 1.35rem) !important; } +div.markdown-source-view.cm-s-obsidian.mod-cm6.is-live-preview div.HyperMD-quote.HyperMD-quote-1.cm-line::before { + margin-left: calc(-1.1rem); +} + /** preformatted: shade entire line, and hide indentation width */ .cm-line:has(> .cm-hmd-indented-code.cm-inline-code) {