Fix incorrect style for avatar flair icon preview.
This commit is contained in:
parent
e97efe3ac6
commit
06d501ad41
|
@ -3,15 +3,17 @@
|
|||
display: table;
|
||||
}
|
||||
|
||||
.avatar-flair {
|
||||
$size: 40px;
|
||||
.group-avatar-flair {
|
||||
.avatar-flair {
|
||||
$size: 40px;
|
||||
|
||||
background-size: $size;
|
||||
height: $size;
|
||||
width: $size;
|
||||
background-size: $size;
|
||||
height: $size;
|
||||
width: $size;
|
||||
|
||||
i {
|
||||
font-size: $size !important;
|
||||
i {
|
||||
font-size: $size !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue