mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
fix(storage cacrd bug): fix spacing between cards
This commit is contained in:
parent
3b7aa1e520
commit
5f6afb8bb5
@ -65,7 +65,7 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: '10%',
|
top: '10%',
|
||||||
right: '1px',
|
right: '1px',
|
||||||
width: '50%',
|
width: '40%',
|
||||||
height: '75%',
|
height: '75%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@ -73,7 +73,10 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
</XStack>
|
</XStack>
|
||||||
<Separator borderColor={'#e3e3e3'} style={{ marginTop: 'auto' }} />
|
<Separator borderColor={'#e3e3e3'} style={{ marginTop: 'auto' }} />
|
||||||
<XStack space={'$4'} style={{ padding: '10px 16px' }}>
|
<XStack
|
||||||
|
space={'$4'}
|
||||||
|
style={{ padding: '0.65rem 0', paddingLeft: '1rem' }}
|
||||||
|
>
|
||||||
<IconText
|
<IconText
|
||||||
icon={
|
icon={
|
||||||
message === 'Good' ? (
|
message === 'Good' ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user