Uh oh!
There was an error while loading. Please reload this page.
Center the Steam sign-in error inside the password field - #702
Conversation
The invalid-credentials message is an overlay on the password field rather than supportingText, so it takes no part in layout. Aligning it to BottomStart pinned its bottom edge to the field's bottom edge, and the 8dp downward offset then pushed it across the outline: the border stroke ran through the text and the first glyph collided with the rounded left corner. Align to BottomCenter and raise it so it sits inside the field's lower inset, clear of the stroke. Horizontal padding keeps longer translations off the corners.
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
maxjivi05
commented
Aug 27, 2026
Code looks solid. No critical issues found. Reviewed against data integrity/cloud sync, concurrency, performance/memory, controller ( Generated by Claude Code |
… into consolidated branch
The invalid-credentials message is an overlay on the password field rather than supportingText, so it takes no part in layout. Aligning it to BottomStart pinned its bottom edge to the field's bottom edge, and the 8dp downward offset then pushed it across the outline: the border stroke ran through the text and the first glyph collided with the rounded left corner.
Align to BottomCenter and raise it so it sits inside the field's lower inset, clear of the stroke. Horizontal padding keeps longer translations off the corners.