Update home.tsx

This commit is contained in:
Yifei Zhang 2023-03-30 02:30:38 +08:00 committed by GitHub
parent 9df77607cf
commit e20024dc83

View File

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