worked on chat styling

This commit is contained in:
t1enne
2022-05-17 16:36:07 +02:00
parent 5f9995bab9
commit b6aa20b0aa
6 changed files with 56 additions and 14 deletions

View File

@@ -30,7 +30,6 @@ export default function ChatContainer(props: Props) {
return (
<div>
<h1>Chat</h1>
<Spin spinning={loading} indicator={spinIcon} />
<Virtuoso
style={{ height: '80vh' }}