Fix mobile Safari zoom by setting font-size: 16px on input and textarea#233
Fix mobile Safari zoom by setting font-size: 16px on input and textarea#233
Conversation
Mobile Safari zooms in on focused text inputs with font-size < 16px. The input had no explicit font-size (defaulting to ~13-14px) and the textarea was explicitly 14px. Both are now 16px to prevent auto-zoom. https://claude.ai/code/session_01642pptp9dN7AN7sCd7JTdZ
|
Claude finished @simonw's task —— View job PR Review: Fix mobile Safari zoom by setting font-size: 16pxTodo List:
Review SummaryThis PR addresses a specific mobile Safari UX issue by setting ✅ Code Quality & Best PracticesExcellent implementation:
Code structure is solid:
✅ No Bugs or Issues DetectedRobust implementation:
✅ Performance ConsiderationsWell optimized:
✅ Security AssessmentSecure implementation:
|
Mobile Safari zooms in on focused text inputs with font-size < 16px.
The input had no explicit font-size (defaulting to ~13-14px) and the
textarea was explicitly 14px. Both are now 16px to prevent auto-zoom.
https://claude.ai/code/session_01642pptp9dN7AN7sCd7JTdZ