Final layout adjustments

This commit is contained in:
braginini
2023-05-22 18:31:23 +02:00
parent 7e62d86e44
commit 393143d083
28 changed files with 281 additions and 43 deletions

View File

@@ -169,7 +169,7 @@ export function Layout({ children, title, tableOfContents }) {
<Footer />
</div>
{!router.route.startsWith("/ipa/resources") && <div className="hidden xl:sticky xl:top-[4.5rem] xl:-mr-6 xl:block xl:h-[calc(100vh-4.5rem)] xl:flex-none xl:overflow-y-auto xl:py-16 xl:pr-6">
<nav aria-labelledby="on-this-page-title" className="w-56">
<nav aria-labelledby="on-this-page-title" className="w-80">
{tableOfContents.length > 0 && (
<>
<h2