remove some unused css

This commit is contained in:
Olivier Gagnon 2021-10-05 01:30:37 -04:00
parent 227fbd7060
commit 4901c84d34
3 changed files with 5 additions and 11 deletions

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}
>