From 650fa0f36ae938fdec45007bdb5d3180d3e0b895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 12 Apr 2026 19:39:19 +0200 Subject: [PATCH] Fix mobile header layout: hide secondary items on small screens - Participant list: hidden on mobile (sm:block) - Undo/redo buttons: hidden on mobile (sm:flex) - Connection status: hidden on mobile (sm:inline) - Header: no-wrap, tighter padding on mobile - Username input: text-base on mobile to prevent iOS auto-zoom Keeps profile selector and export button visible on all sizes. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/planner/app/components/ParticipantList.tsx | 2 +- apps/planner/app/components/SessionView.tsx | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/apps/planner/app/components/ParticipantList.tsx b/apps/planner/app/components/ParticipantList.tsx index d3837a2..154c3d9 100644 --- a/apps/planner/app/components/ParticipantList.tsx +++ b/apps/planner/app/components/ParticipantList.tsx @@ -109,7 +109,7 @@ export function ParticipantList({ yjs }: ParticipantListProps) { onBlur={commitEdit} onKeyDown={handleKeyDown} maxLength={20} - className="w-20 rounded border border-gray-300 px-1 py-0 text-xs text-gray-700 focus:border-blue-500 focus:outline-none" + className="w-20 rounded border border-gray-300 px-1 py-0 text-base sm:text-xs text-gray-700 focus:border-blue-500 focus:outline-none" /> ) : (