From 34a5cf43e9d90e4f003881d44fbeef7e854555e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schmidt?= <9435005+AnSch1510@users.noreply.github.com> Date: Sat, 8 Jun 2024 01:18:53 +0200 Subject: [PATCH] autoresize based on iOS font size --- client/src/styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/styles.scss b/client/src/styles.scss index 36e5950..3b5bbd8 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -93,6 +93,9 @@ padding: 0; overflow: hidden; font-size: 14px; + @supports (font: -apple-system-body) { + font: -apple-system-body; + } } @media screen and (orientation: portrait) {