mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33: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={{
|
||||
display: "flex",
|
||||
flexFlow: "column",
|
||||
backgroundColor: "gray",
|
||||
|
||||
position: "fixed",
|
||||
left: "50%",
|
||||
top: "40%",
|
||||
margin: "-10% 0 0 -25%",
|
||||
|
||||
maxHeight: "50%",
|
||||
zIndex: 10,
|
||||
border: "2px solid $hacker-green",
|
||||
left: "40%",
|
||||
top: "30%",
|
||||
zIndex: 1400,
|
||||
}}
|
||||
ref={container}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user