mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: scale fontawesome glyph avatar flair on user cards
This commit is contained in:
parent
53e309fe3e
commit
fa6b10cf3c
1 changed files with 3 additions and 0 deletions
|
@ -192,6 +192,9 @@ aside.quote {
|
||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
right: -4px;
|
right: -4px;
|
||||||
}
|
}
|
||||||
|
.fa {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.topic-avatar .poster-avatar-extra {
|
.topic-avatar .poster-avatar-extra {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue