improve script editor display

This commit is contained in:
Olivier Gagnon 2021-10-15 16:16:11 -04:00
parent e047653ed7
commit b5a8ed1d9d
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -318,7 +318,6 @@ export function Root(props: IProps): React.ReactElement {
// 370px 71%, 725px 85.1%, 1085px 90%, 1300px 91.7%
// fuck around in desmos until you find a function
const p = 11000 / -window.innerHeight + 100;
console.log(p);
return (
<>
<Box display="flex" flexDirection="row" alignItems="center">