We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c2d53 commit f32a72aCopy full SHA for f32a72a
web/src/components/chat.tsx
@@ -121,6 +121,12 @@ export function Chat() {
121
{/* Mobile: Show instructions and visualizer stacked */}
122
<div className="lg:hidden w-full min-w-0 flex flex-col gap-4">
123
<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
130
{renderVisualizer()}
131
</div>
132
0 commit comments