mirror of
https://github.com/9001/copyparty.git
synced 2026-03-18 22:22:58 +10:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user