Update home.tsx

main
Yifei Zhang 2 years ago committed by GitHub
parent 9c6f3ebb54
commit 8b4db412d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -454,7 +454,7 @@ export function Chat(props: {
</div>
);
})}
<div ref={latestMessageRef} style={{ opacity: 0, height: "3em" }}>
<div ref={latestMessageRef} style={{ opacity: 0, height: "4em" }}>
-
</div>
</div>

Loading…
Cancel
Save