From bbcec128eb94f5cb6f8de3d5da426eee9f57d56f Mon Sep 17 00:00:00 2001 From: "beeps (Kim Grey)" Date: Sun, 22 Jan 2023 03:16:43 +0000 Subject: Fix text size inflation on some mobile views (#594) --- static/css/hack.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/hack.css b/static/css/hack.css index 79666eb..e6d0406 100644 --- a/static/css/hack.css +++ b/static/css/hack.css @@ -1,5 +1,7 @@ html { font-size: 14px; + -webkit-text-size-adjust: none; + text-size-adjust: none; } * { box-sizing: border-box; -- cgit v1.2.3