From f5bc431bc79efa48122670ee95b23cf5c7c3bc52 Mon Sep 17 00:00:00 2001 From: laughmaker Date: Sun, 2 Feb 2025 14:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87=E5=92=8C?= =?UTF-8?q?=E5=86=85=E8=81=94=E5=BC=95=E7=94=A8=E5=86=B2=E7=AA=81=E7=9A=84?= =?UTF-8?q?=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 90708b1..d8ee099 100644 --- a/theme.css +++ b/theme.css @@ -437,11 +437,11 @@ hr { /* 调整内部嵌入块的对齐 */ -.markdown-source-view.mod-cm6 .internal-embed, +.markdown-source-view.mod-cm6 .internal-embed:not(.image-embed), /* .markdown-source-view.mod-cm6 .cm-content>[contenteditable=false], */ -.markdown-preview-view .markdown-embed { - /* margin-left: 3px !important; */ - /* padding-left: 14px; */ +.markdown-preview-view .markdown-embed:not(.image-embed) { + margin-left: 3px !important; + padding-left: 14px; } .embed-title {