From 66a04b53920e33c5b2531f1baaecc706809bac04 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Fri, 7 Mar 2025 18:10:51 +0000 Subject: [PATCH] fix: waline style bug --- src/components/Comments/Waline.astro | 231 +++++++++++++++------------ 1 file changed, 131 insertions(+), 100 deletions(-) diff --git a/src/components/Comments/Waline.astro b/src/components/Comments/Waline.astro index 814b53f..9d39522 100644 --- a/src/components/Comments/Waline.astro +++ b/src/components/Comments/Waline.astro @@ -54,106 +54,137 @@ document.addEventListener('astro:after-swap', initWaline)