.message-avatar-wrapper
{
position: relative;
display: inline-block;
vertical-align: bottom;
margin-bottom: .5em;
.message-avatar-online
{
position: absolute;
// center bottom position
left: 50%;
margin-left: -.615em;
bottom: -.5em;
&:before
{
.m-faBase();
.m-faContent(@fa-var-user-circle);
line-height: 1;
font-weight: bold;
color: rgb(127, 185, 0);
background: @xf-messageUserBlock--background-color;
border: @xf-messageUserBlock--background-color solid 2px;
border-radius: 50%;
display: inline-block;
}
}
}