From cc4583e2cc8ff19bf97c9cbf6cd73e403f1519cd Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Thu, 19 Mar 2026 16:18:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E7=9A=84margin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/codeHighlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/codeHighlight.ts b/src/components/codeHighlight.ts index 3cb8fb6..6ab683a 100644 --- a/src/components/codeHighlight.ts +++ b/src/components/codeHighlight.ts @@ -34,7 +34,7 @@ export function getCodeHighlightStyles(): string { border-radius: 6px; padding: 12px; overflow-x: auto; - margin: 12px 0; + margin: 52px 0 12px 0; position: relative; white-space: pre; }