website refactor

This commit is contained in:
2026-01-21 01:27:08 +01:00
parent 5f3712e5ab
commit d30a725fe7
44 changed files with 702 additions and 572 deletions

View File

@@ -13,7 +13,7 @@ interface ProfileLayoutShellTemplateProps {
export function ProfileLayoutShellTemplate({ viewData, children }: ProfileLayoutShellTemplateProps) {
return (
<Box minHeight="screen" backgroundColor="#0C0D0F">
<Container size="lg" py={8}>
<Container size="lg" spacing="md">
<Stack direction="row" gap={8} alignItems="start">
<Box as="aside" width="64" flexShrink={0}>
<ProfileSidebarTemplate viewData={viewData} />