Uh oh!
There was an error while loading. Please reload this page.
fix(app): mobile prompt input buttons overflow on narrow viewports - #11615
Closed
athal7 wants to merge 1 commit into
Closed
fix(app): mobile prompt input buttons overflow on narrow viewports#11615athal7 wants to merge 1 commit into
athal7 wants to merge 1 commit into
Conversation
Contributor
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
athal7
marked this pull request as ready for review
February 1, 2026 13:17
athal7
marked this pull request as draft
February 1, 2026 13:19
athal7force-pushed
the
fix/mobile-prompt-input-buttons
branch
from
February 1, 2026 13:22
5fb8165 to
178bfc2Compareathal7
marked this pull request as ready for review
February 1, 2026 13:32
adamdotdevin
commented
Feb 1, 2026
Member
@athal7 please add screenshots |
athal7
commented
Feb 1, 2026
ContributorAuthor
@adamdotdevin Sorry they got overwritten when I tagged more issues. Added back now |
athal7force-pushed
the
fix/mobile-prompt-input-buttons
branch
from
February 2, 2026 02:25
178bfc2 to
7265fd3CompareContributorAuthor
Updated with a simpler approach that works with the current upstream/dev (post-#11675 UI refresh). Changes:
This avoids modifying the Select component or changing the thinking variant from Button to Select dropdown - just CSS/class tweaks. Screenshots have been updated. |
athal7force-pushed
the
fix/mobile-prompt-input-buttons
branch
from
February 2, 2026 04:14
7265fd3 to
2ec1ec3Compareathal7force-pushed
the
fix/mobile-prompt-input-buttons
branch
from
February 3, 2026 15:32
2ec1ec3 to
8a42dc7Compare- Use tighter gap spacing on mobile (gap-1 vs gap-2) - Add shrink-0 to prevent buttons from compressing - Hide text labels on mobile for model selector (icons only) - Show brain icon for variant button on mobile
athal7force-pushed
the
fix/mobile-prompt-input-buttons
branch
from
February 6, 2026 17:21
8a42dc7 to
3605019Compareathal7
commented
Feb 18, 2026
ContributorAuthor
Closing — mobile UI and PWA issues have been fixed upstream. |
athal7
commented
Feb 18, 2026
ContributorAuthor
The underlying mobile layout issue has been fixed upstream. Closing this PR as no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes mobile layout for prompt input button bar where buttons overflow or clip on narrow viewports (320-375px).
Changes:
gap-1vsgap-2on desktop)shrink-0to prevent buttons from compressingmin-w-0to left section to allow proper flex shrinkingTested at 320px (iPhone SE) and 375px (iPhone 12/13/14) viewports.
Screenshots
Fixes#11613
Partially addresses: