mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 07:52:45 +08:00
UX: Fix misaligned avatar (#16120)
This commit is contained in:
parent
241e34e6cf
commit
af20d435ea
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user