diff --git a/src/components/Comments/Waline.astro b/src/components/Comments/Waline.astro index 649e1da..2aa0741 100644 --- a/src/components/Comments/Waline.astro +++ b/src/components/Comments/Waline.astro @@ -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 { diff --git a/src/components/Widgets/TOC.astro b/src/components/Widgets/TOC.astro index fc7baa9..b369acf 100644 --- a/src/components/Widgets/TOC.astro +++ b/src/components/Widgets/TOC.astro @@ -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 */ diff --git a/src/pages/404.astro b/src/pages/404.astro index a5848e9..7cc3c5f 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -6,6 +6,6 @@ import Layout from '@/layouts/Layout.astro'
-