mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 14:15:22 +00:00
fix: sizes of keystore backups card
This commit is contained in:
parent
fc9be4404d
commit
7ad5a4986d
@ -16,8 +16,7 @@ const KeystoreBackupsCard = () => {
|
|||||||
style={{
|
style={{
|
||||||
border: '1px solid #DCE0E5',
|
border: '1px solid #DCE0E5',
|
||||||
borderRadius: '16px',
|
borderRadius: '16px',
|
||||||
padding: '12px 16px',
|
padding: '9px 16px',
|
||||||
marginTop: '3.4%',
|
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
onClick={downloadKeyFilesHandler}
|
onClick={downloadKeyFilesHandler}
|
||||||
@ -30,7 +29,6 @@ const KeystoreBackupsCard = () => {
|
|||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
marginTop: '8px',
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text size={13} color="#647084">
|
<Text size={13} color="#647084">
|
||||||
|
@ -99,7 +99,7 @@ const KeystoreFiles = () => {
|
|||||||
/>
|
/>
|
||||||
</YStack>
|
</YStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: media.sm ? 0 : '1.2%' }}>
|
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: media.sm ? 0 : '3.8%' }}>
|
||||||
<KeystoreBackupsCard />
|
<KeystoreBackupsCard />
|
||||||
</div>
|
</div>
|
||||||
</StackComponent>
|
</StackComponent>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user