chore: bump form input font-size to 16px to prevent iOS focus-zoom

Final retrofit in the cross-project iOS focus-zoom chore (after authd PR
#11, buchinese PR #5, inventory PR #18, movement PR #15). Enforces the
standing rule in ~/.claude/CLAUDE.md: text-entry inputs must compute to
font-size >= 16px so iOS Safari does not auto-zoom on focus.
This commit is contained in:
2026-05-10 20:08:53 -07:00
parent bee3cd2e98
commit 5d6cb390a4
2 changed files with 7 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ input[type="file"] {
width: 100%;
padding: 0.6rem 0.75rem;
font-family: var(--font);
font-size: 13px;
font-size: 16px;
background: var(--white);
border: var(--border);
color: var(--black);