mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
The AlertDialog actions were stacked onto two lines on narrow phones (e.g. iOS) because the default OverflowBar wraps once the buttons' combined width exceeds the dialog width. Lay them out in a single Row wrapped in a FittedBox(scaleDown) so they stay on one line, scaling down uniformly on too-narrow screens rather than wrapping or overflowing. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>