mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Fix style for font-awesome avatar flair.
This commit is contained in:
@ -4,9 +4,15 @@
|
||||
}
|
||||
|
||||
.avatar-flair {
|
||||
background-size: 40px;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
$size: 40px;
|
||||
|
||||
background-size: $size;
|
||||
height: $size;
|
||||
width: $size;
|
||||
|
||||
i {
|
||||
font-size: $size !important;
|
||||
}
|
||||
}
|
||||
|
||||
.group-avatar-flair, .group-name {
|
||||
|
Reference in New Issue
Block a user