浏览代码

Update home.tsx

Yifei Zhang 2 年之前
父节点
当前提交
8b4db412d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/home.tsx

+ 1 - 1
app/components/home.tsx

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