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