mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 21:37:42 -04:00
fix: right sidebar width
This commit is contained in:
@@ -12,7 +12,7 @@ const { headings, githubEditUrl } = Astro.props as Props;
|
||||
const currentPage = Astro.url.pathname;
|
||||
---
|
||||
|
||||
<nav aria-labelledby="grid-right">
|
||||
<nav aria-labelledby="grid-right" class="w-64">
|
||||
<TableOfContents client:media="(min-width: 50em)" headings={headings} currentPage={currentPage} />
|
||||
<MoreMenu editHref={githubEditUrl} />
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user