fix(web): ui
This commit is contained in:
@@ -397,7 +397,7 @@ body {
|
||||
background-color: #171719;
|
||||
}
|
||||
|
||||
.spin.ant-spin-nested-loading .ant-spin-container::after {
|
||||
.spin .ant-spin-nested-loading .ant-spin-container::after {
|
||||
background: transparent;
|
||||
}
|
||||
.upload-block,
|
||||
|
||||
@@ -65,8 +65,8 @@ const CommunityNetwork: FC<{ onSelectCommunity?: (node: RawCommunityNode) => voi
|
||||
}, [id])
|
||||
|
||||
if (loading) {
|
||||
return <Flex align="center" justify="center" className="rb:w-full rb:h-full">
|
||||
<Spin tip={t('userMemory.communityLoadingTip')} size="large" className="rb:text-[#5B6167]! spin">
|
||||
return <Flex align="center" justify="center" className="rb:w-full rb:h-full spin">
|
||||
<Spin tip={t('userMemory.communityLoadingTip')} size="large" className="rb:text-[#5B6167]!">
|
||||
<div className="rb:w-64 rb:h-64" />
|
||||
</Spin>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user