diff --git a/app/assets/stylesheets/common/base/groups.scss b/app/assets/stylesheets/common/base/groups.scss index a0833ff8c3..f40697b01c 100644 --- a/app/assets/stylesheets/common/base/groups.scss +++ b/app/assets/stylesheets/common/base/groups.scss @@ -47,16 +47,19 @@ vertical-align: middle; } - .avatar-flair { - $size: 40px; + $size: 40px; + .avatar-flair { background-size: $size; height: $size; - width: $size; i { font-size: $size !important; } } + + .avatar-flair-image { + width: $size; + } } }