From 82f67c73a734b8215ff8b31ed466eaf37327ec25 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Fri, 7 Mar 2025 17:47:26 +0000 Subject: [PATCH] fix: waline margin bug --- src/components/Comments/Waline.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Comments/Waline.astro b/src/components/Comments/Waline.astro index deff4db..814b53f 100644 --- a/src/components/Comments/Waline.astro +++ b/src/components/Comments/Waline.astro @@ -56,7 +56,8 @@ document.addEventListener('astro:after-swap', initWaline)