mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 09:04:46 +08:00
UX: Fix misaligned avatar (#16120)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user