mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
made log box resize a tad better
This commit is contained in:
parent
4901c84d34
commit
f579ee398b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -120,11 +120,11 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box id="drag" display="flex" alignItems="center">
|
<Box id="drag" display="flex" alignItems="center">
|
||||||
<Typography color="primary" variant="h6" noWrap component="div">
|
<Typography color="primary" variant="h6">
|
||||||
{props.script.filename} {props.script.args.map((x: any): string => `${x}`).join(" ")}
|
{props.script.filename} {props.script.args.map((x: any): string => `${x}`).join(" ")}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Box display="flex" marginLeft="auto">
|
<Box position="absolute" right={0}>
|
||||||
<Button onClick={kill}>Kill Script</Button>
|
<Button onClick={kill}>Kill Script</Button>
|
||||||
<Button onClick={props.onClose}>Close</Button>
|
<Button onClick={props.onClose}>Close</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user