meetdilip Unfortunately did not work (users avatars are not highlighted even at desktop now while using code above).
If someone have working version for mobile please share 🙂
I found out that this version works for desktop (and not for mobile 😅 ):
@media (max-width: 768px) {
.PostUser-badges {
position: relative;
top: 0px;
left: 0px;
width: 32px;
}
}
.PostUser-badges.badges {
float: none;
width: auto;
margin-left: 4px;
top: -2px;
}
.PostUser-badges.badges li span {
margin-left: 4px;
}
.PostUser .UserOnline {
position: absolute;
left: -87px;
top: -3px;
z-index: -1;
}
.PostUser .UserOnline .icon {
font-size: 64px;
border: 2px solid #fff;
border-radius: 50%;
line-height: 64px;
box-shadow: 0 0px 3px 3px;
}