content(animation-sources): expand avatar prompt library

This commit is contained in:
Poyraz
2026-08-29 19:12:27 +03:00
parent 6907ec5183
commit 095a7301e5
3 changed files with 879 additions and 1 deletions
+4 -1
View File
@@ -82,7 +82,10 @@ export function ArticleToc({ markdown, title, onNavigate }: ArticleTocProps) {
if (headings.length < 2) return null;
return (
<nav aria-label={title} className="space-y-1">
<nav
aria-label={title}
className="max-h-[calc(100vh-7rem)] space-y-1 overflow-y-auto overscroll-contain pr-1 [scrollbar-width:thin]"
>
<Typography variant="small" className="mb-2 font-semibold text-foreground">
{title}
</Typography>