The sign-in title could collapse into a single, imbalanced line depending on viewport width. This makes the display more consistent and gives the auth screen a bit more polish overall.
Changes:
Force the auth title onto two lines consistently across viewports (previously relied on natural text wrapping)
Round the card and submit button corners for a softer look
Add subtle hover motion and a larger touch target on the submit button
Add visible keyboard focus styles on the auth form's text buttons and submit button
Scope was kept to the sign-in screen only; no other flows were touched.
The sign-in title could collapse into a single, imbalanced line depending on viewport width. This makes the display more consistent and gives the auth screen a bit more polish overall.
**Changes:**
- Force the auth title onto two lines consistently across viewports (previously relied on natural text wrapping)
- Round the card and submit button corners for a softer look
- Add subtle hover motion and a larger touch target on the submit button
- Add visible keyboard focus styles on the auth form's text buttons and submit button
Scope was kept to the sign-in screen only; no other flows were touched.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The sign-in title could collapse into a single, imbalanced line depending on viewport width. This makes the display more consistent and gives the auth screen a bit more polish overall.
Changes:
Scope was kept to the sign-in screen only; no other flows were touched.