mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-13 16:13:24 +01:00
fix reply spacing
This commit is contained in:
parent
8f9d0870e8
commit
e230a0316e
1 changed files with 1 additions and 6 deletions
|
@ -26,12 +26,7 @@ export const ReplyLayout = as<'div', ReplyLayoutProps>(
|
|||
{...props}
|
||||
ref={ref}
|
||||
>
|
||||
<Box
|
||||
style={{ color: userColor, maxWidth: toRem(200) }}
|
||||
alignItems="Center"
|
||||
shrink="No"
|
||||
gap="100"
|
||||
>
|
||||
<Box style={{ color: userColor, maxWidth: toRem(200) }} alignItems="Center" shrink="No">
|
||||
<Icon size="100" src={Icons.ReplyArrow} />
|
||||
{username}
|
||||
</Box>
|
||||
|
|
Loading…
Reference in a new issue