diff --git a/src/pages/GamePage.css b/src/pages/GamePage.css index 5a1faeb..2f6560f 100644 --- a/src/pages/GamePage.css +++ b/src/pages/GamePage.css @@ -460,13 +460,18 @@ border: none; border-radius: 18px; color: white; - font-size: 0.95rem; + font-size: 16px; /* 16px prevents iOS zoom on focus */ font-family: inherit; resize: none; transition: height 0.1s ease; overflow-y: auto; line-height: 1.4; touch-action: manipulation; + -webkit-appearance: none; + appearance: none; + /* iOS specific */ + -webkit-text-size-adjust: 100%; + text-decoration: none; } .input-container textarea:focus { diff --git a/src/pages/GamePage.tsx b/src/pages/GamePage.tsx index 604300c..f0a0896 100644 --- a/src/pages/GamePage.tsx +++ b/src/pages/GamePage.tsx @@ -588,7 +588,7 @@ export default function GamePage() { */} -