fix both cards
This commit is contained in:
parent
9ab4bef8e6
commit
3fcd265d44
|
@ -23,7 +23,7 @@ const ConsensusGaugeCard = ({ synced, total, title, color }: ConsensusGaugeCardP
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
padding: '6px 12px',
|
padding: '6px 12px',
|
||||||
borderWidth: '0.5px',
|
borderWidth: '0.5px',
|
||||||
width: windowSize.width < 580 ? '90%' : 'auto',
|
width: windowSize.width < 580 ? '100%' : 'auto',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
@ -13,7 +13,7 @@ const PairedDeviceCard = () => {
|
||||||
border: '1px solid #DCE0E5',
|
border: '1px solid #DCE0E5',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
marginBottom: '20px',
|
marginBottom: '20px',
|
||||||
width: windowSize.width < 580 ? '90%' : 'auto',
|
width: windowSize.width < 580 ? '100%' : 'auto',
|
||||||
}}
|
}}
|
||||||
justifyContent="space-between"
|
justifyContent="space-between"
|
||||||
alignItems={'center'}
|
alignItems={'center'}
|
||||||
|
|
Loading…
Reference in New Issue