chore: adjust some styling details

This commit is contained in:
radishzzz 2025-04-09 19:32:30 +01:00
parent 05b902bc61
commit 8ad2315d08
4 changed files with 5 additions and 5 deletions

View file

@ -100,7 +100,7 @@ document.addEventListener('astro:after-swap', initWaline)
}
#waline .wl-card .wl-quote {
--at-apply: 'border-is-none mt-6';
--at-apply: 'border-is-none mt-4';
}
#waline .wl-editor {

View file

@ -104,7 +104,7 @@ const filteredHeadings = headings.filter(heading =>
}
.accordion-content {
--at-apply: 'overflow-hidden max-h-66 lg:max-h-82 2xl:(max-h-[calc(100vh-21.5rem)]) pl-4 pr-6';
--at-apply: 'overflow-hidden max-h-66 2xl:(max-h-[calc(100vh-21.5rem)]) pl-4 pr-6';
}
/* When toggle is checked, expand the wrapper to show content */