diff options
author | 2021-09-13 17:39:29 +0200 | |
---|---|---|
committer | 2021-09-13 17:39:29 +0200 | |
commit | af884de8f904718a02d0bd8a3f5805dd682adad8 (patch) | |
tree | 8b47690c58e1d74adb374cbf6593d5ed773eec8b | |
parent | set default privacy for new accounts (#225) (diff) | |
download | gotosocial-af884de8f904718a02d0bd8a3f5805dd682adad8.tar.xz |
fix viewport scaling for mobile
-rw-r--r-- | web/template/header.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/header.tmpl b/web/template/header.tmpl index 0f224cf95..059d353e0 100644 --- a/web/template/header.tmpl +++ b/web/template/header.tmpl @@ -8,6 +8,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="og:title" content="GoToSocial Testing Instance"> <meta name="og:description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/assets/base.css"> {{range .stylesheets}}<link rel="stylesheet" href="{{.}}"> {{end}} |