Skip to content

fix(web): phone polish after the mobile check of every page - #151

Merged
codemenschendev merged 1 commit into
mainfrom
fix/mobile-polish
Sep 26, 2026
Merged

codemenschendev merged 1 commit into
mainfrom
fix/mobile-polish

Conversation

@codemenschendev

Copy link
Copy Markdown
Owner

Mobile audit of every page at 375 and 360 px (live, signed in as developerweb for the account pages): no sideways overflow anywhere. Fixes for what it did find:

  • Home: inline <small> lines in the own-idea box and the about chips had double line spacing; now blocks with their own line height.
  • Project page: the Care button's arrow no longer wraps alone (non-breaking space).
  • Touch screens (pointer: coarse): small text links get a 40px hit area.

Checked locally with a touch-emulated 375px viewport. tsc passes.

A pass over every page at 375px and 360px found no sideways overflow,
and these smaller problems:

- Home, "your own idea" and "who builds this": the grey lines were
  inline <small> text inside a block with a 26px line height, so a 13px
  line got double spacing. They are blocks with their own line height.
- Project page: the arrow of "Start Care for 9 €/month →" fell onto a
  line of its own; a non-breaking space keeps it with the price.
- Text links were 18 to 25px tall, below a finger's size. On touch
  screens "Try it for free", "All app ideas", "Sign out", the history's
  "Remove" and the project downloads get a 40px hit area; the mouse
  layout does not change.

Project: Appwerk
@codemenschendev
codemenschendev merged commit bcf37d3 into main Sep 26, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant