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