feat: TOC as separate Aero Window on desktop

This commit is contained in:
2026-03-31 02:43:45 +02:00
parent 7faaac2081
commit 893760751b
2 changed files with 38 additions and 36 deletions

View File

@@ -35,7 +35,7 @@ export default function TableOfContents({ headings }: TableOfContentsProps) {
if (headings.length === 0) return null;
return (
<nav className="bg-white/20 backdrop-blur border border-white/30 rounded-lg p-4 lg:sticky lg:top-8">
<nav>
<p className="text-xs font-bold uppercase tracking-widest text-blue-800 mb-3">
Contents
</p>