From c8d0e86323eed6cac5075a8d67a2a47946be2216 Mon Sep 17 00:00:00 2001 From: YeonV Date: Tue, 31 Dec 2024 14:56:08 +0100 Subject: [PATCH] Strech matrix in fullscreen --- src/components/PixelGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PixelGraph.tsx b/src/components/PixelGraph.tsx index 93b1fe3e..661af7a7 100644 --- a/src/components/PixelGraph.tsx +++ b/src/components/PixelGraph.tsx @@ -121,7 +121,7 @@ const PixelGraph = ({ }} style={{ maxWidth: fullScreen ? '100vw' : '520px', - maxHeight: fullScreen ? 'calc(100vh - 200px)' : 'unset', + maxHeight: fullScreen ? '100vh' : 'unset', display: 'flex', flexDirection: virtuals[virtId].id === 'launchpad-x' ||