From d0a952f1ed6ae2b021c897fa8982aba4d401aaa8 Mon Sep 17 00:00:00 2001 From: Rui-32 <166376337+Rui-32@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:53:48 +0900 Subject: [PATCH] =?UTF-8?q?#208=20=E3=83=96=E3=83=AD=E3=82=B0=E5=86=85?= =?UTF-8?q?=E3=81=AE=E5=85=A8=E3=81=A6=E3=81=AE=E8=A6=81=E7=B4=A0=E3=81=AE?= =?UTF-8?q?=E8=A1=8C=E9=A0=AD=E3=82=92=E6=8F=83=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/blog/BlogContent.astro | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/blog/BlogContent.astro b/src/components/blog/BlogContent.astro index c4f26af..6b0e37a 100644 --- a/src/components/blog/BlogContent.astro +++ b/src/components/blog/BlogContent.astro @@ -32,9 +32,9 @@ const { Content } = await render(blog) {blog.data.title}
-
+ -
+
{ blogMeta.updateDate && (
@@ -80,15 +80,12 @@ const { Content } = await render(blog) @apply content-none; } - .prose > *:where(:not(pre, iframe, img, svg, table)) { - @apply mx-4; - } .prose > *:where(h1, h2) { @apply border-b-2; } .prose > table { - @apply block w-full overflow-x-auto whitespace-nowrap px-2; + @apply block w-full overflow-x-auto whitespace-nowrap; } }