fix(chat): reposition chat loading spinner
This commit is contained in:
parent
ea294294bd
commit
65d52072d4
@ -28,7 +28,7 @@ export const Sidebar: FC = () => {
|
||||
if (!currentUser) {
|
||||
return (
|
||||
<Sider className={styles.root} collapsedWidth={0} width={320}>
|
||||
<Spin spinning size="large" />
|
||||
<Spin spinning size="large" style={{ position: 'relative', top: '40vh' }} />
|
||||
</Sider>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user