parent:
1ed72193d09c59681641bdebb4966c5541d7e780
nmyk <nick@nmyk.io>
2023-01-15T09:01:19-05:00
fix viewport
diff --git a/cmd/frontend/templates/tmpchat-channel.gohtml b/cmd/frontend/templates/tmpchat-channel.gohtml
index a49f18375c9a014a2c0adc9f61f8a8ade217365c..38c2e90d60bc26a3c911ec36f589b7cf99166540 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=500">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
diff --git a/cmd/frontend/templates/tmpchat-index.gohtml b/cmd/frontend/templates/tmpchat-index.gohtml
index b4013c0df61b813b87981f49173b1bdea2f14dbb..f6fd33dec3b986d38d1a9697c937d32d95ac8ccd 100644
--- a/cmd/frontend/templates/tmpchat-index.gohtml
+++ b/cmd/frontend/templates/tmpchat-index.gohtml
@@ -9,7 +9,7 @@ <style>
{{.Style|safeCSS}}
</style>
<meta charset="UTF-8">
- <meta name="viewport" content="width=500">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="tmpchat is a WebRTC-based group text messaging application designed and built by Nick Mykins (nmyk.io)"/>
<title>tmpchat</title>