|
|
@ -15,7 +15,7 @@ const useStyles = makeStyles((theme) => ({ |
|
|
|
width: '100%', |
|
|
|
width: '100%', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
container: { |
|
|
|
fullView: { |
|
|
|
display: 'flex', |
|
|
|
display: 'flex', |
|
|
|
flexDirection: 'row', |
|
|
|
flexDirection: 'row', |
|
|
|
width: '100%', |
|
|
|
width: '100%', |
|
|
@ -42,7 +42,7 @@ const Server = (): JSX.Element => { |
|
|
|
<Preview setMode={setPreviewMode} serverName={server_name} /> |
|
|
|
<Preview setMode={setPreviewMode} serverName={server_name} /> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
) : ( |
|
|
|
) : ( |
|
|
|
<Box className={classes.container}> |
|
|
|
<Box className={classes.fullView}> |
|
|
|
<FullSize |
|
|
|
<FullSize |
|
|
|
setMode={setPreviewMode} |
|
|
|
setMode={setPreviewMode} |
|
|
|
uuid={uuid} |
|
|
|
uuid={uuid} |
|
|
|