mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix: padding of keystore backups card
This commit is contained in:
parent
7ad5a4986d
commit
5fe3bb1b54
@ -99,7 +99,7 @@ const KeystoreFiles = () => {
|
||||
/>
|
||||
</YStack>
|
||||
</YStack>
|
||||
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: media.sm ? 0 : '3.8%' }}>
|
||||
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: '3.8%' }}>
|
||||
<KeystoreBackupsCard />
|
||||
</div>
|
||||
</StackComponent>
|
||||
|
Loading…
x
Reference in New Issue
Block a user