Skip to content

feat(web): widen content area from 720px to 960px#494

Merged
hqhq1025 merged 1 commit intomainfrom
feat/wider-content-area
Apr 19, 2026
Merged

feat(web): widen content area from 720px to 960px#494
hqhq1025 merged 1 commit intomainfrom
feat/wider-content-area

Conversation

@hqhq1025
Copy link
Copy Markdown
Collaborator

Summary

Increase max-w-content from 720px to 960px in tailwind.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-full still governs below the max-width threshold.

Closes #493

Test plan

  • Wide screen: verify chat area is noticeably wider
  • Normal screen (~1200px): verify content still looks good
  • Mobile/narrow: verify no overflow or layout breakage
  • Settings page, terminal page, files page: verify they also look correct at the wider width

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>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying hapi with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Findings

  • None.

Summary

  • Review mode: initial
  • No diff-attributable issues found in the max-w-content change. 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)

@hqhq1025 hqhq1025 merged commit bec7ac3 into main Apr 19, 2026
4 checks passed
@hqhq1025 hqhq1025 deleted the feat/wider-content-area branch April 19, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(web): make chat content area responsive to screen width on wide displays

1 participant