style: Move video into bento grid left column for better layout flow
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-23 00:37:34 -08:00
parent d706a777a7
commit 735fd1a6ea

View file

@ -142,12 +142,14 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
</div>
</div>
<div className="grid gap-6 md:grid-cols-[1fr_300px]">
<div className="flex flex-col gap-6">
{/* Video Section - Show when performance has a video */}
{performance.youtube_link && (
<Card className="border-2 border-red-500/20 bg-gradient-to-br from-red-500/5 to-transparent max-w-3xl">
<CardHeader>
<CardTitle className="flex items-center gap-2">
<Youtube className="h-5 w-5 text-red-500" />
<Card className="border-2 border-red-500/20 bg-gradient-to-br from-red-500/5 to-transparent">
<CardHeader className="pb-2">
<CardTitle className="text-sm font-medium text-muted-foreground flex items-center gap-2">
<Youtube className="h-4 w-4 text-red-500" />
Video
</CardTitle>
</CardHeader>
@ -160,8 +162,6 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
</Card>
)}
<div className="grid gap-6 md:grid-cols-[1fr_300px]">
<div className="flex flex-col gap-6">
{/* Version Navigation - Prominent */}
<Card className="border-2">
<CardHeader className="pb-2">