fix: paired device card to be the right size

This commit is contained in:
Hristo Nedelkov 2024-01-26 10:22:22 +02:00
parent 436a2776a2
commit 9ab4bef8e6
1 changed files with 1 additions and 1 deletions

View File

@ -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'}