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'; }