From de93affc77a482fffcb4f6728bbec22d5ea10227 Mon Sep 17 00:00:00 2001 From: laughmaker Date: Thu, 30 Jan 2025 10:16:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=86=85=E8=81=94=E5=BC=95=E7=94=A8?= =?UTF-8?q?=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 6b542b1..a4a6363 100644 --- a/theme.css +++ b/theme.css @@ -397,7 +397,8 @@ hr { /* 调整内部嵌入块的对齐 */ .markdown-source-view.mod-cm6 .internal-embed, -.markdown-source-view.mod-cm6 .cm-content>[contenteditable=false] { +.markdown-source-view.mod-cm6 .cm-content>[contenteditable=false], +.markdown-preview-view .markdown-embed { margin-left: 3px !important; padding-left: 14px; }