XenForo
Administrative
- Thread starter
- Admin
- #1
I'm trying to change my avatar sizes with this:
.avatar.avatar--o {
max-width: 175px;
width: 150px;
height: auto;
max-height: 250px;
}
Read more
ادامه مطلب...
.avatar.avatar--o {
max-width: 175px;
width: 150px;
height: auto;
max-height: 250px;
}
<xf:macro name="user_info"
arg-user="!"
arg-fallbackName="">
<section itemscope itemtype="https://schema.org/Person" class="message-user">
<div class="message-avatar {{ ($xf.options.showMessageOnlineStatus && $user && $user.isOnline()) ? 'message-avatar--online' : '' }}">
<div...
Click to expand...
Read more
ادامه مطلب...