[1.2] Maximum Content Width Constraint #2

Closed
opened 2026-03-13 11:25:03 +01:00 by shahondin1624 · 0 comments

User Story

As a user on an ultra-wide monitor, I want content to have a max width (~1200dp), so that it doesn't stretch uncomfortably.

Acceptance Criteria

  • Content area applies Modifier.widthIn(max = ...), centered when wider
  • Max width defined in UiConstants
  • Works on all targets (Desktop, Web, Android, iOS)

Notes

Depends on 1.1 for WindowSizeClass context. Affects App.kt scaffold content area.

## User Story **As a** user on an ultra-wide monitor, **I want** content to have a max width (~1200dp), **so that** it doesn't stretch uncomfortably. ## Acceptance Criteria - [ ] Content area applies `Modifier.widthIn(max = ...)`, centered when wider - [ ] Max width defined in `UiConstants` - [ ] Works on all targets (Desktop, Web, Android, iOS) ## Notes Depends on 1.1 for `WindowSizeClass` context. Affects `App.kt` scaffold content area.
shahondin1624 added this to the Phase 1: Foundation milestone 2026-03-13 11:25:03 +01:00
shahondin1624 added the epic:responsive-layoutpriority:must-have labels 2026-03-13 11:27:59 +01:00
Sign in to join this conversation.