Update comment loading

This commit is contained in:
DefectingCat
2021-12-16 04:12:48 +00:00
parent 8ee8028e15
commit d1c665f66b

View File

@ -4,7 +4,7 @@ import { FC } from 'react';
const PostCommentLoading: FC = () => {
return (
<>
<Box h="350px">
<Box h={['346px', '350px']} overflow="hidden">
<Flex
h="60px"
mt="2rem"
@ -18,11 +18,11 @@ const PostCommentLoading: FC = () => {
<Box h="274px">
<Skeleton h="2rem" mb="0.5rem" w="6rem" />
<Divider />
<Divider my="0.5rem" />
<Box h="208">
<Box h="208px">
<Skeleton h="45px" />
<Skeleton h="6rem" mt="0.5rem" />
<Skeleton h="full" mt="0.5rem" />
</Box>
</Box>
</Box>