Skip to content

fix(client): voice lounge background-picker fits narrow viewports#1109

Open
NC1107 wants to merge 1 commit into
mainfrom
fix/voice-lounge-responsive
Open

fix(client): voice lounge background-picker fits narrow viewports#1109
NC1107 wants to merge 1 commit into
mainfrom
fix/voice-lounge-responsive

Conversation

@NC1107
Copy link
Copy Markdown
Owner

@NC1107 NC1107 commented May 22, 2026

Summary

The background-picker dialog had a hard-coded width of 400px, but it opens at 600px+ viewports — there is no safety net for 360-400px phones. Clamp to `viewport.clamp(320, 440)` so the dialog stays inside any screen that can trigger it.

Test plan

  • `flutter analyze` clean
  • `dart format` clean

Part of the 2026-05-22 responsive audit (#1101).

…wport

The dialog hard-coded width: 400 which overflows 360px phones (since the dialog
opens at 600px+). Clamp width to 320–440 based on actual viewport size so the
dialog fits on every device that triggers it.
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.

1 participant