.userAvatar {
display: block;
margin: 0;
- position: static;
-
- > a {
- left: 0;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- }
+ position: absolute;
+ top: 50%;
+ transform: translateY(-50%);
.userAvatarImage {
max-height: 48px;
}
.messageAuthorContainer,
- .userTitle {
+ .userTitle,
+ .userRank {
margin-left: 58px;
}
}
@include screen-sm-down {
color: transparent;
padding: 0;
+ top: 0;
width: 0;
&::before {
}
}
}
+
+ .userTitle + .userRank {
+ margin-top: 3px;
+ }
}
.messageAuthor + * {