Move compose form buttons to left on mobile

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-06-04 13:57:45 +02:00
parent ce67cb537f
commit 9a1f6a16ab
3 changed files with 5 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ const HomePage: React.FC<IHomePage> = ({ children }) => {
shouldCondense
autoFocus={false}
clickableAreaRef={composeBlock}
withAvatar
/>
</div>
</HStack>