From 584f064184aea96c2133396ab0f8da9669dfb458 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Fri, 6 Aug 2021 23:22:23 +0800 Subject: [PATCH] style: fix height problem in mobile --- web/src/App.tsx | 2 +- web/src/components/ChatBox/index.tsx | 2 +- web/src/routes/Main/Provider.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 92a62f6e..043b668c 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -49,7 +49,7 @@ export const App: React.FC = React.memo(() => { return (
diff --git a/web/src/components/ChatBox/index.tsx b/web/src/components/ChatBox/index.tsx index e65225d8..1ba671c0 100644 --- a/web/src/components/ChatBox/index.tsx +++ b/web/src/components/ChatBox/index.tsx @@ -50,7 +50,7 @@ export const ChatBox: React.FC = React.memo((props) => { } return ( -
+
{ if (loading) { return ( -
+
);