style(front-end): expand VncDisplay component to 100%

main
Josue 3 years ago
parent 50dff00d13
commit a2949c3453
  1. 2
      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(() => {

Loading…
Cancel
Save