From abdcd76a802fcbc9d3e163f54ffe573ee71cb8f2 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Fri, 4 Apr 2025 06:05:29 +0100 Subject: [PATCH] fix: delete waline quote border --- src/components/Comments/Waline.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Comments/Waline.astro b/src/components/Comments/Waline.astro index 0b4f66e..649e1da 100644 --- a/src/components/Comments/Waline.astro +++ b/src/components/Comments/Waline.astro @@ -99,6 +99,10 @@ document.addEventListener('astro:after-swap', initWaline) --at-apply: 'border-b-0'; } +#waline .wl-card .wl-quote { + --at-apply: 'border-is-none mt-6'; +} + #waline .wl-editor { --at-apply: 'min-h-24'; }