feat(validator-management): add widths for cards
This commit is contained in:
parent
f3972946c6
commit
d6dbc130a6
|
@ -21,14 +21,14 @@ const ValidatorManagement = () => {
|
||||||
className={'transparent-scrollbar'}
|
className={'transparent-scrollbar'}
|
||||||
>
|
>
|
||||||
<ManagementHeader />
|
<ManagementHeader />
|
||||||
<XStack space="$4">
|
<XStack space="$4" style={{ width: '100%' }}>
|
||||||
<DeviceUptime style={{ height: 'auto' }} />
|
<DeviceUptime style={{ height: 'auto' }} />
|
||||||
<XStack space="$4" style={{ width: '50%' }}>
|
<XStack space="$4" style={{ width: '100%' }}>
|
||||||
<YStack space="$4">
|
<YStack space="$4" style={{ width: '32%' }}>
|
||||||
<ConsensusUptimeCard />
|
<ConsensusUptimeCard />
|
||||||
<ExecutionUptime />
|
<ExecutionUptime />
|
||||||
</YStack>
|
</YStack>
|
||||||
<YStack space="$4">
|
<YStack space="$4" style={{ width: '16%' }} >
|
||||||
<BasicInfoCard title="Network Validators" value="498,156" />
|
<BasicInfoCard title="Network Validators" value="498,156" />
|
||||||
<BasicInfoCard title="Queue" value="145" />
|
<BasicInfoCard title="Queue" value="145" />
|
||||||
</YStack>
|
</YStack>
|
||||||
|
|
Loading…
Reference in New Issue