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

environments/review-fix-center-oyp2je/deployments/1720
Alex Gleason 2022-12-14 12:04:59 -06:00
rodzic 55cf6d6041
commit 15b9e0e355
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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