From: Michael Tremer Date: Thu, 13 Feb 2025 20:54:29 +0000 (+0000) Subject: builds: Set a proper resolution for the avatar X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=066d6d1a49532598bbf8a38aa20b19ea722e1a93;p=pbs.git builds: Set a proper resolution for the avatar Signed-off-by: Michael Tremer --- diff --git a/src/templates/builds/macros.html b/src/templates/builds/macros.html index b838e030..4c4b6c35 100644 --- a/src/templates/builds/macros.html +++ b/src/templates/builds/macros.html @@ -267,7 +267,7 @@ {% for watcher in watchers | sort %}
- {{ Avatar(watcher.user) }} + {{ Avatar(watcher.user, size=64) }}
{% endfor %}