Fix author flairs not showing

This commit is contained in:
spikecodes 2021-03-17 17:08:43 -07:00
parent 07363e47a9
commit e15c15c390
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 3 additions and 3 deletions

View File

@ -628,13 +628,13 @@ a.search_subreddit:hover {
font-weight: bold;
}
.author_flair, .post_flair:empty {
.author_flair:empty, .post_flair:empty {
display: none;
}
.emoji {
width: 1em;
height: 1em;
width: 1.25em;
height: 1.25em;
display: inline-block;
background-size: contain;
background-position: 50% 50%;