fixed mobile menus, page spacing, horizontal scroll, .toc-wrapper

This commit is contained in:
Xanazf 2024-10-12 18:38:00 +03:00
parent 2b1f9f3bb2
commit 0df624df40
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
9 changed files with 76 additions and 68 deletions

View file

@ -32,8 +32,8 @@ const { headings, frontmatter } = Astro.props;
<hr />
<slot />
</div>
<TOC mobile={false} headings={headings} data-pagefind-ignore/>
</div>
<TOC mobile={false} headings={headings} data-pagefind-ignore/>
</DocsLayout>
<TOCIntersectionObserver/>