From 34a6a9aead71c825f740fff38eee0d5f34645173 Mon Sep 17 00:00:00 2001 From: KatoakDR <68095633+KatoakDR@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:34:05 -0500 Subject: [PATCH] feat: tinkering with styling --- electron/renderer/pages/grid.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/electron/renderer/pages/grid.tsx b/electron/renderer/pages/grid.tsx index f250d607..e821ec37 100644 --- a/electron/renderer/pages/grid.tsx +++ b/electron/renderer/pages/grid.tsx @@ -345,7 +345,7 @@ const GridPage: React.FC = (): ReactNode => { const windowSize = useWindowSize(); const [bottomBarRef, bottomBarSize] = useMeasure(); const [gridWidthRef, { width: gridWidth }] = useMeasure(); - const gridHeight = windowSize.height - bottomBarSize.height - 40; + const gridHeight = windowSize.height - bottomBarSize.height - 1; const contentGridItems = useMemo>(() => { // TODO define a default config set @@ -422,7 +422,7 @@ const GridPage: React.FC = (): ReactNode => { x: 828, y: 390, width: 306, - height: 310, + height: 355, }, }); @@ -434,7 +434,7 @@ const GridPage: React.FC = (): ReactNode => { x: 0, y: 200, width: 828, - height: 500, + height: 545, }, }); @@ -525,7 +525,7 @@ const GridPage: React.FC = (): ReactNode => { responsive={[]} css={{ height: '100%', maxWidth: 'unset' }} > - +