From 29a71cf828e90f89385d9b6bd2e68a1490a187c9 Mon Sep 17 00:00:00 2001 From: Mia Heidenstedt Date: Wed, 2 Nov 2022 09:04:23 +0100 Subject: [frontend] Fix #923 and markdown css (#925) * fix url in CONTRIBUTING.md * prevent img from overflow and allow to center the img * fix #923 and guide browser to select entire username --- web/template/profile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template') diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 98197f7cf..136496cdb 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -13,7 +13,7 @@
{{if .account.DisplayName}}{{.account.DisplayName}}{{else}}{{.account.Username}}{{end}}'s avatar
{{if .account.DisplayName}}{{emojify .account.Emojis (escape .account.DisplayName)}}{{else}}{{.account.Username}}{{end}}
-
@{{.account.Username}}@{{.instance.AccountDomain}}
+
@{{.account.Username}}@{{.instance.AccountDomain}}
-- cgit v1.2.3