Polish sign-in page for better visual hierarchy #11

Merged
odweta merged 1 commits from odweta-polish-sign-in-page into main 2026-09-10 18:07:12 +02:00
odweta commented 2026-09-10 18:06:32 +02:00 (Migrated from github.com)

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.
Sign in to join this conversation.