From 84b5ee7782181bcff64d2eb6a9942237232103a7 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 19 Jan 2025 13:18:20 -0500 Subject: Make small tweaks for mobile devices --- ui/styles/textarea.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ui/styles/textarea.css') diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index 057fb8a..edf8ced 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -34,3 +34,12 @@ main { justify-content: flex-start; align-items: stretch; } + +/* Workaround for iOS zooming in on the textarea when it gets focus. */ +@media screen and (-webkit-min-device-pixel-ratio:0) { + select, + textarea, + input { + font-size: 16px; + } +} -- cgit v1.2.3