mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: waline margin bug
This commit is contained in:
parent
eb3781bb6b
commit
82f67c73a7
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,8 @@ document.addEventListener('astro:after-swap', initWaline)
|
|||
<style is:global>
|
||||
#waline {
|
||||
.wl-panel {
|
||||
--at-apply: 'm-0 rounded-2';
|
||||
margin: 0;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
.wl-editor::placeholder {
|
||||
color: var(--waline-light-grey);
|
||||
|
@ -153,6 +154,7 @@ document.addEventListener('astro:after-swap', initWaline)
|
|||
.wl-nick {
|
||||
margin-inline-end: 0.6rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue