FEATURE: show avatar flair on user profile page

This commit is contained in:
Neil Lalonde
2018-02-13 17:13:32 -05:00
parent 556ab8480e
commit 22f0b0096d
4 changed files with 36 additions and 4 deletions

View File

@@ -120,6 +120,15 @@
}
}
}
.user-profile-avatar {
position: relative;
float: left;
.avatar-flair {
bottom: 8px;
right: 16px;
}
}
}
.controls {
@@ -176,6 +185,13 @@
}
}
}
.user-profile-avatar {
.avatar-flair {
bottom: 8px;
right: 2px;
}
}
}
}