fix: delete waline quote border

This commit is contained in:
radishzzz 2025-04-04 06:05:29 +01:00
parent ba2aca1201
commit abdcd76a80

View file

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