Fix avatar flair styles
This commit is contained in:
parent
c0aae16f6b
commit
040ddec63d
|
@ -419,7 +419,8 @@ aside.quote {
|
|||
.avatar-flair-preview,
|
||||
.user-card-avatar,
|
||||
.topic-map .poster,
|
||||
.user-profile-avatar {
|
||||
.user-profile-avatar,
|
||||
.user-image {
|
||||
.avatar-flair {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -433,7 +434,8 @@ aside.quote {
|
|||
}
|
||||
.topic-avatar .avatar-flair,
|
||||
.avatar-flair-preview .avatar-flair,
|
||||
.collapsed-info .user-profile-avatar .avatar-flair {
|
||||
.collapsed-info .user-profile-avatar .avatar-flair,
|
||||
.user-image .avatar-flair {
|
||||
background-size: 20px 20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
@ -45,18 +45,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.avatar-flair {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
right: -8px;
|
||||
background-size: 18px 18px;
|
||||
border-radius: 12px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
&.small {
|
||||
width: 333px;
|
||||
@media screen and (max-width: $small-width) {
|
||||
|
|
Loading…
Reference in New Issue