Skip to content

Commit

Permalink
UX: Add flair styles to latest topic list
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Mar 31, 2020
1 parent a34711c commit d282233
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/common/base/topic-post.scss
Expand Up @@ -464,7 +464,8 @@ blockquote {
.user-card-avatar,
.topic-map .poster,
.user-profile-avatar,
.user-image {
.user-image,
.latest-topic-list-item {
.avatar-flair {
display: flex;
align-items: center;
Expand All @@ -479,7 +480,8 @@ blockquote {
.topic-avatar .avatar-flair,
.avatar-flair-preview .avatar-flair,
.collapsed-info .user-profile-avatar .avatar-flair,
.user-image .avatar-flair {
.user-image .avatar-flair,
.latest-topic-list-item .avatar-flair {
background-size: 20px 20px;
width: 20px;
height: 20px;
Expand Down

1 comment on commit d282233

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/group-icon-on-avatar-broken-after-update/146191/4

Please sign in to comment.