diff options
| author | 2022-07-04 16:23:59 +0200 | |
|---|---|---|
| committer | 2022-07-04 16:23:59 +0200 | |
| commit | 16ddad36b252a1dbe489b8fc58461570be9ef8b4 (patch) | |
| tree | 9b4b8d46ef04f665424e5122c556bcec96f71933 /web/template/header.tmpl | |
| parent | [bugfix] Visibility fixes (#687) (diff) | |
| download | gotosocial-16ddad36b252a1dbe489b8fc58461570be9ef8b4.tar.xz | |
[frontend] Redesign / color scheme (#688)
* fix css indentation
* profile styling update
* update status styling to match profile
* empty header fix
* generate random avatars for thread views
* appease the linter gods
* upgrade deps
* turn profile accent into border + $bg background
* upgrade deps
* small accessibility tweaks
* general redesign, clearer css variables
* configure instance.Version for testrig
* footer styling
* add sublte borders to box-shadow for separation
* accessible blues, other tweaks
* background bg_accent
* fix viewport
* change client entry buttons to links
* cw button styling
* status display+username spacing
* small thread view tweaks
* color tweaks for accessible contrasts
* use Noto Sans
* biiit less dark bg
* .info contrast, border
Co-authored-by: f0x <f0x@cthu.lu>
Diffstat (limited to 'web/template/header.tmpl')
| -rw-r--r-- | web/template/header.tmpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/web/template/header.tmpl b/web/template/header.tmpl index b355c83be..ebee0958f 100644 --- a/web/template/header.tmpl +++ b/web/template/header.tmpl @@ -8,7 +8,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="og:title" content="{{.instance.Title}} - GoToSocial"> <meta name="og:description" content="{{.instance.ShortDescription}}"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/assets/dist/_colors.css"> <link rel="stylesheet" href="/assets/dist/base.css"> {{range .stylesheets}}<link rel="stylesheet" href="{{.}}"> @@ -18,14 +17,14 @@ </head> <body> <div class="page"> - <a aria-label="instance homepage" href="/" class="nounderline header"> - <header> + <header> + <a aria-label="instance homepage" href="/" class="nounderline header"> <img src="/assets/logo.png" alt="Instance Logo"/> <div> <h1> {{.instance.Title}} </h1> </div> - <div></div> - </header> - </a> + </a> + </header> + <div class="content"> |
