mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
Update comment loading
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user