mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
fix: delete waline quote border
This commit is contained in:
parent
ba2aca1201
commit
abdcd76a80
1 changed files with 4 additions and 0 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue