diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-08 11:24:54 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-08 11:24:54 -0400 |
| commit | 022a9f5f5801f1c661499f19073f88209891f10d (patch) | |
| tree | c570fa9642573646425cd76dd3cba381bd155755 /www/css | |
| parent | ba440af714d5471a94e541c5af2853ff2427ee6f (diff) | |
avoid idiotic wkwebview zoom on input
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 175a8748..2d8650d7 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1843,4 +1843,15 @@ body { .platform-ios.platform-cordova:not(.fullscreen) .has-subheader { top: 88px !important; -}
\ No newline at end of file +} + + + + /* @media screen and (-webkit-min-device-pixel-ratio:0) { + select, + textarea, + input { + font-size: 16px; + } + }*/ +
\ No newline at end of file |
