From a2949c34537b9b60c6df093f89cb5ee35fa4b396 Mon Sep 17 00:00:00 2001 From: Josue Date: Tue, 3 Aug 2021 17:42:30 -0400 Subject: [PATCH] style(front-end): expand VncDisplay component to 100% --- striker-ui/components/Display/FullSize.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/components/Display/FullSize.tsx b/striker-ui/components/Display/FullSize.tsx index c50de2cf..7ad0c76c 100644 --- a/striker-ui/components/Display/FullSize.tsx +++ b/striker-ui/components/Display/FullSize.tsx @@ -86,7 +86,7 @@ const FullSize = ({ setMode, uuid, serverName }: PreviewProps): JSX.Element => { const [displaySize] = useState<{ width: string; height: string; - }>({ width: '75vw', height: '75vh' }); + }>({ width: '100%', height: '75vh' }); const classes = useStyles(); useEffect(() => {