Skip to content

Commit f32a72a

Browse files
committed
mobile version also fixed
1 parent 50c2d53 commit f32a72a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/src/components/chat.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ export function Chat() {
121121
{/* Mobile: Show instructions and visualizer stacked */}
122122
<div className="lg:hidden w-full min-w-0 flex flex-col gap-4">
123123
<Instructions />
124+
125+
{/* Button for short screens on mobile - show after instructions */}
126+
<div className="hidden [@media(max-height:800px)]:flex flex-shrink-0 items-center justify-center w-full">
127+
{renderConnectionControl()}
128+
</div>
129+
124130
{renderVisualizer()}
125131
</div>
126132

0 commit comments

Comments
 (0)