mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
fix status cards overlap
This commit is contained in:
parent
3cfa81ea5a
commit
1613a32895
@ -81,7 +81,7 @@ const DashboardContent = () => {
|
|||||||
<Stack
|
<Stack
|
||||||
style={{
|
style={{
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
gridTemplateColumns: windowWidth < 1300 ? '1fr' : '1fr 1fr',
|
gridTemplateColumns: windowWidth < 1750 ? '1fr' : '1fr 1fr',
|
||||||
gap: '16px',
|
gap: '16px',
|
||||||
marginTop: windowWidth < 1300 ? '50px' : 0,
|
marginTop: windowWidth < 1300 ? '50px' : 0,
|
||||||
}}
|
}}
|
||||||
@ -93,7 +93,7 @@ const DashboardContent = () => {
|
|||||||
downloadRate={[12, 31, 22, 12, 23, 23, 90]}
|
downloadRate={[12, 31, 22, 12, 23, 23, 90]}
|
||||||
uploadRate={[31, 22, 32, 132, 32, 45, 65]}
|
uploadRate={[31, 22, 32, 132, 32, 45, 65]}
|
||||||
/>
|
/>
|
||||||
{/* </YStack> */}
|
|
||||||
</Stack>
|
</Stack>
|
||||||
</Stack>
|
</Stack>
|
||||||
</YStack>
|
</YStack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user