fix both cards

This commit is contained in:
Hristo Nedelkov 2024-01-26 10:39:07 +02:00
parent 9ab4bef8e6
commit 3fcd265d44
2 changed files with 2 additions and 2 deletions

View File

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

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 ? '90%' : 'auto', width: windowSize.width < 580 ? '100%' : 'auto',
}} }}
justifyContent="space-between" justifyContent="space-between"
alignItems={'center'} alignItems={'center'}