From: Chris Duncan Date: Fri, 25 Oct 2024 02:20:45 +0000 (-0700) Subject: Additional font size fix. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=1e59bd754a22c1c5f9f65b468a3bc36efb4c349c;p=nemo-wallet.git Additional font size fix. --- diff --git a/app/pages/nemo-wallet.html b/app/pages/nemo-wallet.html index 6b8fb8c..98c113c 100644 --- a/app/pages/nemo-wallet.html +++ b/app/pages/nemo-wallet.html @@ -630,9 +630,11 @@ h1 { text-align: center; } + input, input[type='number'], input[type='password'], input[type='text'], + select, select:focus { font-size: 16px; /* required to prevent zoom on input focus on mobile */ }