UX: Fix misaligned avatar (#16120)

This commit is contained in:
Jordan Vidrine 2022-03-07 11:08:00 -06:00 committed by GitHub
parent 241e34e6cf
commit af20d435ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,6 +229,10 @@ button.dismiss-read {
}
// show only the first poster
.topic-list-data.posters {
a:first-child .avatar.latest:not(.single) {
top: 0px;
left: 0px;
}
a:not(.latest) {
display: none;
}