From 71df026348f4b1f82322ac21d652e97a12d0ff2f Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Thu, 21 Mar 2024 23:59:03 +0200 Subject: [PATCH] fix(device uptime cards): fix spacing between uptime cards --- .../ConsensusUptime/ConsensusUptimeCard.tsx | 2 +- src/pages/Dashboard/DashboardContent.tsx | 23 +++++-------------- .../Dashboard/DeviceUptime/DeviceUptime.tsx | 4 ++-- .../ExecutionUptime/ExecutionUptime.tsx | 2 +- 4 files changed, 10 insertions(+), 21 deletions(-) diff --git a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx index 1a150de9..45fe25c5 100644 --- a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx +++ b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx @@ -30,7 +30,7 @@ const ConsensusUptimeCard = () => { justifyContent: 'center', alignItems: 'center', width: '100%', - height: '100%', + height: '90%', }} > { width: '100%', }} > - - + + - + @@ -100,18 +94,13 @@ const DashboardContentLayout = (width: number) => { return ( - + - + + { return ( - + @@ -89,7 +89,7 @@ const DeviceUptime = () => { justifyContent: 'center', alignItems: 'center', width: '100%', - height: '100%', + height: '90%', }} > { justifyContent: 'center', alignItems: 'center', width: '100%', - height: '100%', + height: '90%', }} >