e8a7e48bd5
Adding the new Profile / Password / ListenBrainz / Update-check cards pushed AppearanceCard / StorageCard / AboutCard / Sign-out button off the bottom of the viewport on any normal phone. The column was fillMaxSize without verticalScroll, so they were unreachable. User reported: 'I can't find the light/dark theme controls anymore. The settings menu looks like it should scroll but doesn't.' AppearanceCard is at position ~9 in the column, well past the fold on a typical device. Single-line fix: add verticalScroll(rememberScrollState()) to the column's modifier chain. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>