Fix avatar flair styles

This commit is contained in:
Maja Komel 2018-12-17 10:44:34 +01:00
parent c0aae16f6b
commit 040ddec63d
2 changed files with 4 additions and 14 deletions

View File

@ -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;

View File

@ -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) {