# 게시판 목록에서 작성자와 마지막 게시자가 동일할 때 사용자 아바타가 약간 어긋남

**URL:** https://meta.discourse.org/t/users-avatar-slightly-misaligned-when-its-both-the-author-and-the-last-poster-on-a-topic-list/249628
**Category:** UX
**Created:** [12월 21, 2022, 10:46오후 UTC](https://meta.discourse.org/t/users-avatar-slightly-misaligned-when-its-both-the-author-and-the-last-poster-on-a-topic-list/249628 "2022-12-21T22:46:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [12월 21, 2022, 10:46오후 UTC](https://meta.discourse.org/t/users-avatar-slightly-misaligned-when-its-both-the-author-and-the-last-poster-on-a-topic-list/249628/1 "2022-12-21T22:46:30Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/a/4/a/a4a69418de66f92836977cee0bb55859935693f5.png)

`topic-list.scss`의 `.topic-list .posters a:first-child .avatar.latest:not(.single)`에서 `top: -2px`를 제거하면 문제가 해결되는 것 같습니다.

![image](https://global.discourse-cdn.com/meta/original/4X/9/0/d/90d46250a91eb9efd653d095118981272e9a62ab.png)
