diff --git a/resources/users.scss b/resources/users.scss index d82623e..e0629f9 100644 --- a/resources/users.scss +++ b/resources/users.scss @@ -35,8 +35,8 @@ th.header.rank { align-items: center; .user-img { - height: 1.5em; - width: 1.5em; + height: 2em; + width: 2em; } } diff --git a/templates/comments/content-list.html b/templates/comments/content-list.html index c7a97ad..e6430f4 100644 --- a/templates/comments/content-list.html +++ b/templates/comments/content-list.html @@ -24,12 +24,7 @@
- {% with author=node.author, user=node.author.user %} - - - - {% endwith %} - {{ link_user(node.author) }},  + {{ link_user(node.author, show_image=True) }}   {{ relative_time(node.time, abs=_('{time}'), rel=_('{time}')) }}