rewrite footer

This commit is contained in:
outfoxxed 2024-10-14 21:30:53 -07:00
parent c516c950a8
commit a0727c05e5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 56 additions and 84 deletions

View file

@ -55,8 +55,8 @@ const { headings } = Astro.props;
<Search/>
<div class="header-spacer"/>
<ThemeSelect client:load />
<div class="toc-collapsed-spacer header-spacer"/>
{url.length > 2 ?
<div class="toc-collapsed-spacer header-spacer"/>
<TOC headings={headings} types={sidebarData} mobile={true}/>
: null}
</div>