|
@@ -3,6 +3,7 @@
|
|
|
<head data-suburl="{{AppSubURL}}">
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
{{if not .PageIsAdmin}}
|
|
|
<meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}Gogs{{end}}" />
|
|
|
<meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}Gogs is a painless self-hosted Git service{{end}}" />
|
|
@@ -72,8 +73,8 @@
|
|
|
|
|
|
{{template "inject/head" .}}
|
|
|
</head>
|
|
|
-<body>
|
|
|
- <div class="full height">
|
|
|
+<body class="full-width">
|
|
|
+ <div class="full-width height">
|
|
|
<noscript>Please enable JavaScript in your browser!</noscript>
|
|
|
|
|
|
{{if not .PageIsInstall}}
|