Hello, in a XF 1.5.10 community I have I installed the Quark Theme that was recently uploaded by @Ketchup. I then followed this tutorial to get my avatars in posts to be big and tall: https://xenforo.com/community/threads/avatars-big-tall.49012/
which instructs me to add this to Extra CSS:
.thread_view .messageList a.avatar img,
.thread_view .quickReply a.avatar img,
.conversation_view .messageList a.avatar img,
.conversation_view .quickReply a.avatar img
{
width: 142px;
height: auto;
}
And then to add this in Message_user_info
<xen:avatar user="$user" size="l" />
After I completed that the full avatar shows but the size is still too small: