Enlarge feed avis slightly

zio/stable
Paul Frazee 2022-12-13 15:40:55 -06:00
parent 9ad9bc5c0e
commit b5a50478d9
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export const FeedItem = observer(function FeedItem({
title={item.author.handle}
style={item._isThreadChild ? {marginLeft: 10} : undefined}>
<UserAvatar
size={item._isThreadChild ? 30 : 50}
size={item._isThreadChild ? 30 : 52}
displayName={item.author.displayName}
handle={item.author.handle}
avatar={item.author.avatar}