summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-31 09:03:56 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-31 09:03:56 -0400
commit4ff1e95676b072e2b89e0363ff36da39f1ba8f5d (patch)
treedcea0f5563284ef62c3dfb7b0bc9d0ae095c313d /web/templates/head.html
parent8867e2fe22056cf08364082ced2853b6268a0671 (diff)
parent192c82772b7226ced7b735ef8bd3bb0ef939f926 (diff)
downloadchat-4ff1e95676b072e2b89e0363ff36da39f1ba8f5d.tar.gz
chat-4ff1e95676b072e2b89e0363ff36da39f1ba8f5d.tar.bz2
chat-4ff1e95676b072e2b89e0363ff36da39f1ba8f5d.zip
Merge pull request #494 from rgarmsen2295/mm-1628
MM-1628 The navbar is no longer completely obscured by the status bar in full screen safari on iOS
Diffstat (limited to 'web/templates/head.html')
-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 c27597f82..6b6b7f09d 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 }}">