fix: right sidebar width
This commit is contained in:
parent
0974540e5f
commit
a120a9895b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue