mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
remove some unused css
This commit is contained in:
parent
227fbd7060
commit
4901c84d34
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -107,16 +107,10 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexFlow: "column",
|
flexFlow: "column",
|
||||||
backgroundColor: "gray",
|
|
||||||
|
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
left: "50%",
|
left: "40%",
|
||||||
top: "40%",
|
top: "30%",
|
||||||
margin: "-10% 0 0 -25%",
|
zIndex: 1400,
|
||||||
|
|
||||||
maxHeight: "50%",
|
|
||||||
zIndex: 10,
|
|
||||||
border: "2px solid $hacker-green",
|
|
||||||
}}
|
}}
|
||||||
ref={container}
|
ref={container}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user