UI: Vertically center badges under comment avatar.

This commit is contained in:
Pablo Vazquez 2019-03-21 01:03:59 +01:00
parent 5aed4ceff7
commit 6c4e6088d3

View File

@ -402,6 +402,11 @@ $comments-width-max: 710px
width: 16px
height: 16px
.comment-avatar
@extend .d-flex
@extend .flex-column
@extend .align-items-center
.user-avatar
img
border-radius: 50%