feat(web): widen content area from 720px to 960px#494
Merged
Conversation
On wide screens the chat content area was constrained to 720px, wasting large amounts of horizontal space. Increase max-w-content to 960px so the chat thread, composer, header, and other views use more of the available viewport on wider displays. Narrow screens are unaffected since w-full still governs below the max-width. via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run>
Deploying hapi with
|
| Latest commit: |
29d7d77
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://64f9a165.hapi-bqd.pages.dev |
| Branch Preview URL: | https://feat-wider-content-area.hapi-bqd.pages.dev |
There was a problem hiding this comment.
Findings
- None.
Summary
- Review mode: initial
- No diff-attributable issues found in the
max-w-contentchange. Residual risk is limited to wide-screen visual regressions in chat, terminal, files, and settings because the web app currently has no automated UI coverage in repo/docs.
Testing
- Not run (automation)
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
Increase
max-w-contentfrom720pxto960pxintailwind.config.ts. This single change affects all 21 uses across 10 files (chat thread, composer, header, settings, terminal, files, etc.), giving the content area ~33% more horizontal space on wide screens.Narrow/mobile screens are unaffected —
w-fullstill governs below the max-width threshold.Closes #493
Test plan