gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit af884de8f904718a02d0bd8a3f5805dd682adad8
parent 69bb56368d3a894619435c8b93d2f86e3f63da5f
Author: f0x <f0x@cthu.lu>
Date:   Mon, 13 Sep 2021 17:39:29 +0200

fix viewport scaling for mobile

Diffstat:
Mweb/template/header.tmpl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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}}