mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +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;
|
||||
return (
|
||||
<>
|
||||
<Box display="flex" flexDirection="row" alignItems="center">
|
||||
<Box display="flex" flexDirection="row" alignItems="center" paddingBottom='5px'>
|
||||
{scriptButtons}
|
||||
</Box>
|
||||
<Editor
|
||||
@ -561,7 +561,7 @@ export function Root(props: IProps): React.ReactElement {
|
||||
{ram}
|
||||
</Typography>
|
||||
<Button onClick={save}>Save (Ctrl/Cmd + b)</Button>
|
||||
<Typography style={{ marginLeft: '50%' }} sx={{ mx: 1 }}>
|
||||
<Typography sx={{ mx: 1 }}>
|
||||
{" "}
|
||||
Documentation:{" "}
|
||||
<Link target="_blank" href="https://bitburner.readthedocs.io/en/latest/index.html">
|
||||
|
Loading…
Reference in New Issue
Block a user