Wall: Fix big avatars on repost

This commit is contained in:
veselcraft 2021-12-20 16:38:07 +03:00
parent 3b54c4b878
commit f902e95cfc
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -10,7 +10,8 @@
<td width="54" valign="top"> <td width="54" valign="top">
<img <img
src="{$author->getAvatarURL()}" src="{$author->getAvatarURL()}"
width="{ifset $compact}25{else}50{/ifset}" /> width="{ifset $compact}25{else}50{/ifset}"
{ifset $compact}class="cCompactAvatars"{/ifset} />
{if !$post->isPostedOnBehalfOfGroup() && !$compact} {if !$post->isPostedOnBehalfOfGroup() && !$compact}
<span n:if="$author->isOnline()" class="post-online"> <span n:if="$author->isOnline()" class="post-online">
{_online} {_online}