[TWIG][NOTE] Note's author avatar size defined.

This commit is contained in:
Eliseu Amaro 2021-09-15 00:22:35 +01:00
parent 2cbdd43660
commit efafc9f7eb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{# TODO: this should link to the note's user profile? #}
<strong class="note-author u-url">
{# Microformat's h-card properties indicates a face icon is a "u-logo" #}
<img class="u-logo avatar" src="{{ note.getAvatarUrl() }}" alt="{{ nickname }}'s avatar">
<img class="u-logo avatar" src="{{ note.getAvatarUrl() }}" alt="{{ nickname }}'s avatar" width="32px" height="32px">
{{ nickname }}
</strong>