fix: paired device card to be the right size
This commit is contained in:
parent
436a2776a2
commit
9ab4bef8e6
|
@ -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 ? '100%' : 'auto',
|
width: windowSize.width < 580 ? '90%' : 'auto',
|
||||||
}}
|
}}
|
||||||
justifyContent="space-between"
|
justifyContent="space-between"
|
||||||
alignItems={'center'}
|
alignItems={'center'}
|
||||||
|
|
Loading…
Reference in New Issue