From 1bd38f8194af9a1228a8c3dd685a10671561030f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 30 Aug 2026 21:09:35 +0200 Subject: [PATCH] Stack session header below description on mobile The title/status/replay row was a fixed flex-row that squeezed the badge, duration, and Replay button next to a long title on narrow screens. Now stacks (flex-col) below sm and goes side-by-side from sm up, matching how the rest of the app breaks to mobile. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01WzyfRyA7h5rs5SCAahLAWd --- app/(app)/sessions/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(app)/sessions/[id]/page.tsx b/app/(app)/sessions/[id]/page.tsx index d252da0..61a4657 100644 --- a/app/(app)/sessions/[id]/page.tsx +++ b/app/(app)/sessions/[id]/page.tsx @@ -36,7 +36,7 @@ export default async function SessionDetailPage({ params }: { params: Promise<{ return (
-
+
{(detail.session.kind === "replay" || detail.session.playCount > 0) && (