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