summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2018-10-14 15:00:02 -0400
committerGitHub <noreply@github.com>2018-10-14 15:00:02 -0400
commit3cd1ff34c0cd8412ebe07d4ba5614ec938b72456 (patch)
treeb256e275147ee495721bedeaaafb1a65f8aef98c /www/css
parentffbacb34a6a654eb1124c627320bc75131636ff7 (diff)
parent863e507613e33cc66022ba3639f7e1a5b8eb7c96 (diff)
Merge pull request #709 from pliablepixels/webview
WKWebView migration resolutions and other stuff
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css13
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