From 2b6a3afd3888b1a7910213db7175ac7d4ed480da Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 16 Aug 2023 03:47:19 +0000 Subject: [PATCH] fix iOS randomly increasing fontsize of some things: * links which are wider than the display width * probably input fields too --- copyparty/web/ui.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 58d3b226..74f5fd52 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -4,6 +4,8 @@ src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(deps/scp.woff2) format('woff2'); } html { + text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; touch-action: manipulation; } #tt, #toast {