mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Small css tweaks
This commit is contained in:
parent
2265f797c4
commit
59498f780a
@ -541,7 +541,7 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
const p = 11000 / -window.innerHeight + 100;
|
const p = 11000 / -window.innerHeight + 100;
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box display="flex" flexDirection="row" alignItems="center">
|
<Box display="flex" flexDirection="row" alignItems="center" paddingBottom='5px'>
|
||||||
{scriptButtons}
|
{scriptButtons}
|
||||||
</Box>
|
</Box>
|
||||||
<Editor
|
<Editor
|
||||||
@ -561,7 +561,7 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
{ram}
|
{ram}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button onClick={save}>Save (Ctrl/Cmd + b)</Button>
|
<Button onClick={save}>Save (Ctrl/Cmd + b)</Button>
|
||||||
<Typography style={{ marginLeft: '50%' }} sx={{ mx: 1 }}>
|
<Typography sx={{ mx: 1 }}>
|
||||||
{" "}
|
{" "}
|
||||||
Documentation:{" "}
|
Documentation:{" "}
|
||||||
<Link target="_blank" href="https://bitburner.readthedocs.io/en/latest/index.html">
|
<Link target="_blank" href="https://bitburner.readthedocs.io/en/latest/index.html">
|
||||||
|
Loading…
Reference in New Issue
Block a user