mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-28 02:50:45 +00:00
fix first row small cards
This commit is contained in:
parent
5777233aec
commit
70aa7cd50c
@ -8,7 +8,7 @@ const AddCardsContainer = () => {
|
||||
const cards = 2
|
||||
|
||||
return (
|
||||
<DashboardCardWrapper padding="0" minWidth="150px">
|
||||
<DashboardCardWrapper padding="0" minWidth="50px" >
|
||||
<YStack height={'100%'}>
|
||||
{Array.from({ length: cards }).map((_, index) => (
|
||||
<AddCard key={index} style={{ padding: '56px', height: getHeightPercentages(cards) }} />
|
||||
|
@ -7,7 +7,7 @@ import ConsensusCard from './ConsensusClientCard'
|
||||
|
||||
const SyncStatusCard = () => {
|
||||
return (
|
||||
<DashboardCardWrapper padding="0" minWidth="250px">
|
||||
<DashboardCardWrapper padding="0" minWidth="50px" >
|
||||
<YStack space={'$2'}>
|
||||
<Stack style={{ paddingTop: '12px', paddingLeft: '16px' }}>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user