mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-20 06:33:49 +01:00
Better centering and change arrows
This commit is contained in:
parent
d0c48585bc
commit
c613021e8f
@ -23,7 +23,7 @@ export function InfiltrationRoot(props: IProps): React.ReactElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ display: "flex", alignItems: "center", height: "75vh" }}>
|
<div style={{ display: "flex", alignItems: "center", height: "100vh" }}>
|
||||||
{start ? (
|
{start ? (
|
||||||
<Game
|
<Game
|
||||||
StartingDifficulty={startingSecurityLevel}
|
StartingDifficulty={startingSecurityLevel}
|
||||||
|
@ -92,10 +92,10 @@ export function Intro(props: IProps): React.ReactElement {
|
|||||||
<Typography sx={{ lineHeight: "1em", whiteSpace: "pre" }}>[{coloredArrow(props.Difficulty)}]</Typography>
|
<Typography sx={{ lineHeight: "1em", whiteSpace: "pre" }}>[{coloredArrow(props.Difficulty)}]</Typography>
|
||||||
<Typography
|
<Typography
|
||||||
sx={{ lineHeight: "1em", whiteSpace: "pre" }}
|
sx={{ lineHeight: "1em", whiteSpace: "pre" }}
|
||||||
>{` ^ ^ ^ ^`}</Typography>
|
>{` ▲ ▲ ▲ ▲`}</Typography>
|
||||||
<Typography
|
<Typography
|
||||||
sx={{ lineHeight: "1em", whiteSpace: "pre" }}
|
sx={{ lineHeight: "1em", whiteSpace: "pre" }}
|
||||||
>{` Trivial Normal Hard Impossible`}</Typography>
|
>{` Trivial Normal Hard Impossible`}</Typography>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|
||||||
<Paper sx={{ p: 1, textAlign: "center", display: "grid", justifyItems: "center" }}>
|
<Paper sx={{ p: 1, textAlign: "center", display: "grid", justifyItems: "center" }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user