mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-20 15:18:33 +00:00
fix(validator-management): decrease basic card sizes
This commit is contained in:
parent
41ffdb1eca
commit
2def855f0b
@ -16,8 +16,8 @@ const ValidatorManagement = () => {
|
||||
const isBasicCardColumn = width > 600 || width <= 475
|
||||
|
||||
const basicCardStyle = {
|
||||
height: isBasicCardColumn ? 'calc(50% - 8px)' : '100%',
|
||||
width: isBasicCardColumn ? '100%' : 'calc(50% - 8px)',
|
||||
height: isBasicCardColumn ? 'calc(50% - 12px)' : '100%',
|
||||
width: isBasicCardColumn ? '100%' : 'calc(50% - 12px)',
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user