From e9337259f8bb2177d3f9cbe5aaaa8174c159197f Mon Sep 17 00:00:00 2001 From: Bat Date: Sun, 9 Sep 2018 17:17:12 +0100 Subject: [PATCH] Pad avatars in user list --- templates/instance/users.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/instance/users.html.tera b/templates/instance/users.html.tera index 475ad969..a3a572cb 100644 --- a/templates/instance/users.html.tera +++ b/templates/instance/users.html.tera @@ -13,7 +13,7 @@ Users
{% for user in users %}
- {{ user.name }} + {{ user.name }}

{{ user.name }} @{{ user.username }}