Correctly align bet avatars and text in feed
This commit is contained in:
parent
0386fc702b
commit
350e72d4e3
|
@ -36,7 +36,7 @@ export function FeedBet(props: {
|
|||
const isSelf = user?.id === userId
|
||||
|
||||
return (
|
||||
<Row className={'flex w-full gap-2 pt-3'}>
|
||||
<Row className={'flex w-full items-center gap-2 pt-3'}>
|
||||
{isSelf ? (
|
||||
<Avatar
|
||||
className={clsx(smallAvatar && 'ml-1')}
|
||||
|
@ -60,7 +60,7 @@ export function FeedBet(props: {
|
|||
isSelf={isSelf}
|
||||
bettor={bettor}
|
||||
hideOutcome={hideOutcome}
|
||||
className="min-w-0 flex-1 py-1.5"
|
||||
className="flex-1"
|
||||
/>
|
||||
</Row>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user