parent:
202732882455a5c2e89fb560109eb2c3675ee175
nmyk <nick@nmyk.io>
2023-01-15T09:05:52-05:00
try removing initial scale for mobile
diff --git a/cmd/frontend/templates/tmpchat-channel.gohtml b/cmd/frontend/templates/tmpchat-channel.gohtml
index 38c2e90d60bc26a3c911ec36f589b7cf99166540..80c84f485fdeacf95fbb90734402cec90cb71614 100644
--- a/cmd/frontend/templates/tmpchat-channel.gohtml
+++ b/cmd/frontend/templates/tmpchat-channel.gohtml
@@ -9,7 +9,7 @@ {{.Style|safeCSS}}
</style>
<link href="style.css" rel="stylesheet">
<meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width">
<meta name="description"
content="tmpchat is a WebRTC-based group text messaging application designed and built by Nick Mykins (nmyk.io)"/>
<title>tmpch.at - {{.ChannelName}}</title>