Skip to content

Mobile UX: Writing activity input bar is cramped with action buttons on mobile #120

@davidortinau

Description

@davidortinau

Problem

The Writing activity page (Writing.razor lines 134-153) renders a text input + Translate button + Grade button in a single d-flex gap-2 row. On mobile, the two buttons (~130px combined) leave only ~205px for the text input on a ~343px content area. For typing Korean sentences, this is very narrow.

Affected Page(s)

  • /writing

Expected Behavior

The text input should have maximum width on mobile. Action buttons should be compact or stacked.

Suggested Fix

Make both action buttons icon-only on mobile (using .btn-icon at 44x44px):

  • Translate button: already icon-only, just remove extra padding
  • Grade button: replace text with a send icon on mobile

File: src/SentenceStudio.UI/Pages/Writing.razor lines 134-153

Priority

Low -- Functional but cramped; input field narrower than ideal for sentence composition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designUI/UX design issuesgo:needs-researchNeeds investigationmobileMobile-specific issuessquadSquad triage inbox — Lead will assign to a membersquad:jayne

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions