From 00634896ec18b75c129fbc17b794b7ece45f97fc Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 30 Oct 2019 17:14:24 +1000 Subject: [PATCH] Link the avatars in the profiles to the avatar images. --- templates/profile.html | 2 +- themes/nox/public/profile.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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;