fixed styling for search bar, fixed positioning for widescreens(needs testing), restricted pagefind indexing, made titles top weight, added root module description
This commit is contained in:
parent
ab44ad8128
commit
b65b93b5eb
11 changed files with 67 additions and 28 deletions
|
@ -33,7 +33,7 @@ const { headings, frontmatter } = Astro.props;
|
|||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
<TOC mobile={false} headings={headings}/>
|
||||
<TOC mobile={false} headings={headings} data-pagefind-ignore/>
|
||||
</DocsLayout>
|
||||
|
||||
<TOCIntersectionObserver/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue