mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-22 16:18:31 +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 isBasicCardColumn = width > 600 || width <= 475
|
||||||
|
|
||||||
const basicCardStyle = {
|
const basicCardStyle = {
|
||||||
height: isBasicCardColumn ? 'calc(50% - 8px)' : '100%',
|
height: isBasicCardColumn ? 'calc(50% - 12px)' : '100%',
|
||||||
width: isBasicCardColumn ? '100%' : 'calc(50% - 8px)',
|
width: isBasicCardColumn ? '100%' : 'calc(50% - 12px)',
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user