fix(website): mobile viewport fixes — overflow, touch targets, autocomplete#547
Open
blove wants to merge 1 commit into
Open
fix(website): mobile viewport fixes — overflow, touch targets, autocomplete#547blove wants to merge 1 commit into
blove wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 free
to 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
Full mobile audit (Playwright, 19 routes × 3 viewports = 360/390/768px) found 154 findings clustered into a few cross-cutting themes. This PR fixes the high-impact ones:
@threadplane/langgraph,chat-timeline,app.config.ts) inside<h2>headings forced document width past viewport. Fixed globally viaoverflow-wrap: break-wordonh1..h6plusbody { overflow-x: hidden }defensive belt.flex-basis: 360pxwider than its 320px content area at narrow viewports — caused the home page's 111px overflow even after heading fix. Trimmed to 200px.padding: 12 / margin: -12(no visual layout shift).autoCompleteattributes for mobile keyboard/autofill.Not changed (intentional): Eyebrow micro-labels and footer legal disclaimers stay at 12px mono — these are stylistic.
Audit report committed at
.audit/mobile-audit-report.mdin the audit subagent's worktree (not in this PR).Test plan
#footer-emailon mobile — keyboard suggests saved email🤖 Generated with Claude Code