mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix incorrect style for avatar flair icon preview.
This commit is contained in:
parent
e97efe3ac6
commit
06d501ad41
@ -3,6 +3,7 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.group-avatar-flair {
|
||||||
.avatar-flair {
|
.avatar-flair {
|
||||||
$size: 40px;
|
$size: 40px;
|
||||||
|
|
||||||
@ -14,6 +15,7 @@
|
|||||||
font-size: $size !important;
|
font-size: $size !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.group-avatar-flair, .group-name {
|
.group-avatar-flair, .group-name {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
Loading…
Reference in New Issue
Block a user