- +

{{AppName}}

-

{{ctx.Locale.Tr "startpage.app_desc"}}

-
-
-

- {{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}} -

-

- {{ctx.Locale.Tr "startpage.install_desc" "https://docs.gitea.com/installation/install-from-binary" "https://github.com/go-gitea/gitea/tree/master/docker" "https://docs.gitea.com/installation/install-from-package"}} -

-
-
-

- {{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}} -

-

- {{ctx.Locale.Tr "startpage.platform_desc" "https://go.dev/"}} -

-
-
-
-
-

- {{svg "octicon-rocket"}} {{ctx.Locale.Tr "startpage.lightweight"}} -

-

- {{ctx.Locale.Tr "startpage.lightweight_desc"}} -

-
-
-

- {{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}} -

-

- {{ctx.Locale.Tr "startpage.license_desc" "https://gitea.dev" "gitea.dev" "https://github.com/go-gitea/gitea"}} -

-
+
{{template "base/footer" .}} diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index 8d5325c..6edca48 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -11,8 +11,7 @@ {{ctx.HeadMetaContentSecurityPolicy}} Internal Server Error - {{AppName}} - - + {{template "base/head_style" .}} @@ -21,7 +20,7 @@
diff --git a/templates/user/auth/signin_openid.tmpl b/templates/user/auth/signin_openid.tmpl index 4deb090..46e67f6 100644 --- a/templates/user/auth/signin_openid.tmpl +++ b/templates/user/auth/signin_openid.tmpl @@ -3,7 +3,7 @@
- {{ctx.Locale.Tr + {{ctx.Locale.Tr
diff --git a/web_src/css/home.css b/web_src/css/home.css index 51167b9..bce3047 100644 --- a/web_src/css/home.css +++ b/web_src/css/home.css @@ -2,6 +2,16 @@ max-width: 220px; } +.home-login { + max-width: 420px; + margin: 0 auto 32px; + text-align: left; +} + +.home-login > .ui.container { + width: 100%; +} + @media (max-width: 767.98px) { .home .hero h1 { font-size: 3.5em; @@ -60,6 +70,7 @@ } .page-footer .right-links { + margin-left: auto; min-width: 180px; /* make sure the menu dropdown doesn't overflow horizontally when language name is short */ display: flex; flex-wrap: wrap;