UX: display avatar flair in categories route topic list items (#9197)

This commit is contained in:
Vinoth Kannan
2020-03-24 01:13:25 +05:30
committed by GitHub
parent 4ecf0be93d
commit dc1836573d
5 changed files with 39 additions and 5 deletions

View File

@@ -21,7 +21,13 @@
align-items: center;
.topic-poster {
position: relative;
width: 60px;
.avatar-flair {
position: absolute;
bottom: 0;
right: 10px;
}
}
.main-link {
@extend .topic-list-main-link;