HomePage: shift the ComposeForm with translate-y instead of pt

This commit is contained in:
Alex Gleason 2022-12-14 12:04:59 -06:00
parent 55cf6d6041
commit 15b9e0e355
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -46,7 +46,7 @@ const HomePage: React.FC = ({ children }) => {
<Avatar src={avatar} size={46} />
</Link>
<div className='pt-0.5'>
<div className='translate-y-0.5 w-full'>
<ComposeForm
id='home'
shouldCondense