From 7c6c0cd547f356d5309bda2478a69ea9346c74b6 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Tue, 21 Jun 2022 10:48:42 +0200 Subject: [frontend] Profile pages upgrade (#640) * 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 Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com> --- web/template/status.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/status.tmpl') diff --git a/web/template/status.tmpl b/web/template/status.tmpl index 343eb2d0a..4fea3ef6f 100644 --- a/web/template/status.tmpl +++ b/web/template/status.tmpl @@ -1,4 +1,4 @@ - + {{if .Account.DisplayName}}{{.Account.DisplayName}}{{else}}{{.Account.Username}}{{end}} @{{.Account.Username}}
-- cgit v1.3