Fix squished user avatars on reviews and threads

This commit is contained in:
rubenwardy
2024-03-03 22:41:39 +00:00
parent de1332c5e8
commit 31a47018eb
5 changed files with 14 additions and 5 deletions

View File

@@ -175,7 +175,7 @@
<div class="info-row row" style="margin-top: 2rem;">
<div class="btn-group-horizontal col">
<a class="btn" href="{{ url_for('users.profile', username=package.author.username) }}" title="{{ _('Author') }}">
<img src="{{ package.author.get_profile_pic_url() }}" style="max-height: 1em; filter: none">
<img src="{{ package.author.get_profile_pic_url() }}" class="mini-user-photo">
<span class="count">
{{ package.author.display_name }}
</span>