You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 Fix chat controls wrapping on constrained viewports
Added flex-wrap to the chat controls row to prevent overflow on narrow
viewports. Controls (ModelSelector, ThinkingSlider, Context1MCheckbox,
and mode toggles) now wrap to multiple lines when space is constrained
instead of overflowing horizontally.
Changes:
- Added flex-wrap and gap-y-1 to controls container
- Controls maintain proper alignment while allowing responsive wrapping
0 commit comments