ソースを参照

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>
           );
           );
         })}
         })}
-        <div ref={latestMessageRef} style={{ opacity: 0, height: "3em" }}>
+        <div ref={latestMessageRef} style={{ opacity: 0, height: "4em" }}>
           -
           -
         </div>
         </div>
       </div>
       </div>