Make compose box more densed

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-18 15:54:27 +02:00
parent 15ad2ea91f
commit 8536bf6f67
2 changed files with 4 additions and 4 deletions

View File

@ -62,14 +62,14 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
<HStack
ref={composer}
alignItems='start'
space={4}
space={2}
className={clsx('relative rounded-xl transition', {
'border-2 border-primary-600 border-dashed z-[99] p-4': isDragging,
'ring-2 ring-offset-2 ring-primary-600': isDraggedOver,
})}
>
<Link to={`/@${account.acct}`}>
<Avatar src={account.avatar} size={46} />
<Avatar src={account.avatar} size={42} />
</Link>
<ComposeForm

View File

@ -59,9 +59,9 @@ const HomePage: React.FC<IHomePage> = ({ children }) => {
ref={composeBlock}
>
<CardBody>
<HStack alignItems='start' space={4}>
<HStack alignItems='start' space={2}>
<Link to={`/@${acct}`}>
<Avatar src={avatar} size={46} />
<Avatar src={avatar} size={42} />
</Link>
<div className='w-full translate-y-0.5'>