From c6c5ea0c7ac7a11e2a7552dff6608761e00329f3 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 13 Apr 2024 17:19:39 -0500 Subject: [PATCH] Make image in user link bigger --- resources/users.scss | 4 ++-- templates/comments/content-list.html | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) 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}')) }}