diff --git a/GroundControl/frontend/src/index.css b/GroundControl/frontend/src/index.css index b14e5c6..c2d6886 100644 --- a/GroundControl/frontend/src/index.css +++ b/GroundControl/frontend/src/index.css @@ -17,7 +17,7 @@ body::after { left: 0; width: 100vw; height: 99vh; - background: repeating-linear-gradient( 0deg, rgb(0 0 0 / 0.15), rgb(0 0 0 / 0.15) 3px, transparent 2px, transparent 6px); + background: repeating-linear-gradient( 0deg, rgb(0 0 0 / 0.20), rgb(0 0 0 / 0.15) 3px, transparent 2px, transparent 6px); pointer-events: none; } @@ -65,18 +65,25 @@ body::after { } .power-on-self-test{ - margin-left: 5vw; + + padding-left: 4em; } .terminal-window { + + +} + +.power-on-self-test, .terminal-window { + border: double; + margin-left: 5vw; + margin-top: -5vh; + padding-bottom: 1em; width: 60vw; overflow: scroll; flex-grow: 1; display: flex; flex-direction: column-reverse; - border: double; - margin-left: 5vw; - margin-top: -5vh; } .terminal{ diff --git a/GroundControl/frontend/src/index.js b/GroundControl/frontend/src/index.js index 0b6d729..9920270 100644 --- a/GroundControl/frontend/src/index.js +++ b/GroundControl/frontend/src/index.js @@ -69,9 +69,10 @@ class SelfTest extends React.Component { } render() { - const final = {logos.logo} < br />

Press any key to continue...
{'>'} _
; + const final = {logos.logo} < br />

Press any key to continue...
{'>'} _
; return ( -
+
+ {this.state.logodisplay ? final : null} this.setState({ logodisplay: true })}> BoSLOO ACPI BIOS v0.1
Sakimori Ind. 2022
@@ -80,7 +81,6 @@ class SelfTest extends React.Component { Initializing GPU...................................... FAIL!

- {this.state.logodisplay ? final : null}
) }