fix iOS randomly increasing fontsize of some things:

* links which are wider than the display width
* probably input fields too
This commit is contained in:
ed 2023-08-16 03:47:19 +00:00
parent 18aa82fb2f
commit 2b6a3afd38

View file

@ -4,6 +4,8 @@
src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(deps/scp.woff2) format('woff2'); src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(deps/scp.woff2) format('woff2');
} }
html { html {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
touch-action: manipulation; touch-action: manipulation;
} }
#tt, #toast { #tt, #toast {