HomePage: shift the ComposeForm with translate-y instead of pt
This commit is contained in:
parent
55cf6d6041
commit
15b9e0e355
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue