FEATURE: avatar flair can be font awesome icons

This commit is contained in:
Neil Lalonde
2016-08-26 17:15:37 -04:00
parent 58cb43884d
commit 2251104e32
14 changed files with 101 additions and 22 deletions

View File

@@ -158,7 +158,9 @@ aside.quote {
}
.topic-avatar .avatar-flair, .avatar-flair-preview .avatar-flair {
display: block;
display: flex;
align-items: center;
justify-content: center;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;