summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-27 09:32:30 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-27 09:32:30 -0700
commit192c82772b7226ced7b735ef8bd3bb0ef939f926 (patch)
tree342640c25a6123b4baff4aa6952e06d829e999b2 /web/templates
parent378f0b52c10d3b9dc670da34a0043b7e05f3e93c (diff)
downloadchat-192c82772b7226ced7b735ef8bd3bb0ef939f926.tar.gz
chat-192c82772b7226ced7b735ef8bd3bb0ef939f926.tar.bz2
chat-192c82772b7226ced7b735ef8bd3bb0ef939f926.zip
When viewing the site on iOS from the home screen, the top of the screen is no longer obscured by the phone's status bar
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 02904e764..83aa0cdc8 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -7,7 +7,7 @@
<!-- iOS add to homescreen -->
<meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
+ <meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="{{ .Title }}">
<meta name="application-name" content="{{ .Title }}">