mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Adjust skeleton row width
This commit is contained in:
@@ -439,7 +439,7 @@ export const DefaultCard = ({
|
|||||||
my={2}
|
my={2}
|
||||||
radius="md"
|
radius="md"
|
||||||
visible={!data}
|
visible={!data}
|
||||||
width={!data ? `${90 - index * 20}%` : '100%'}
|
width={!data ? (index > 0 ? '50%' : '90%') : '100%'}
|
||||||
>
|
>
|
||||||
<Row />
|
<Row />
|
||||||
</Skeleton>
|
</Skeleton>
|
||||||
|
|||||||
Reference in New Issue
Block a user