Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Dec 18, 2024
1 parent e4b4fc9 commit beedbb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/live/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ const LivePage = () => {
borderRadius: 20,
}}
>
{messages.map(m => <MessageItem key={m?.id} message={m} />)}
<Flex gap="middle" vertical>
{messages.map(m => <MessageItem key={m?.id} message={m} />)}
</Flex>
</div>
<Flex justify='center'>
<Button
Expand Down

0 comments on commit beedbb1

Please sign in to comment.