diff --git a/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx b/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx index 3d822628..3b537983 100644 --- a/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx +++ b/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx @@ -1782,37 +1782,40 @@ export function PlayingPhaseDrag() { )} - {/* Timer (minimal, top-left) */} -
- ⏱️ {formatTime(elapsedTime)} -
+ {/* Timer (minimal, top-left) - hidden for spectators since banner shows time */} + {!isSpectating && ( +
+ ⏱️ {formatTime(elapsedTime)} +
+ )} - {/* Play area with freely positioned cards - full viewport */} + {/* Play area with freely positioned cards - adjust for spectator panels */}
{/* Render continuous curved path through the entire sequence */}