diff --git a/templates/profile.html b/templates/profile.html index 9c8058cd..51d8537a 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -5,7 +5,7 @@
- +
{{.ProfileOwner.Name}}{{if .ProfileOwner.Tag}}{{.ProfileOwner.Tag}}{{end}} diff --git a/themes/nox/public/profile.css b/themes/nox/public/profile.css index 09228717..df0e5ac4 100644 --- a/themes/nox/public/profile.css +++ b/themes/nox/public/profile.css @@ -17,6 +17,13 @@ height: 64px; border-radius: 32px; } +.avatarRow a { + margin-left: auto; + margin-right: auto; +} +.avatarRow .avatar { + display: block; +} .nameRow { display: flex; flex-direction: column;