mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
improve script editor display
This commit is contained in:
parent
e047653ed7
commit
b5a8ed1d9d
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%
|
// 370px 71%, 725px 85.1%, 1085px 90%, 1300px 91.7%
|
||||||
// fuck around in desmos until you find a function
|
// fuck around in desmos until you find a function
|
||||||
const p = 11000 / -window.innerHeight + 100;
|
const p = 11000 / -window.innerHeight + 100;
|
||||||
console.log(p);
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box display="flex" flexDirection="row" alignItems="center">
|
<Box display="flex" flexDirection="row" alignItems="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user