From 1d3483c8c10b2eecc37a22ede408bd03c9a0ef0b Mon Sep 17 00:00:00 2001 From: borisflagell Date: Sat, 23 Apr 2022 15:17:24 +0200 Subject: [PATCH] Update HacknetServerElem.tsx OCD at work : putting the undimmed value above dimmed one for constency sake. --- src/Hacknet/ui/HacknetServerElem.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/Hacknet/ui/HacknetServerElem.tsx b/src/Hacknet/ui/HacknetServerElem.tsx index b5ff51258..b40caf09e 100644 --- a/src/Hacknet/ui/HacknetServerElem.tsx +++ b/src/Hacknet/ui/HacknetServerElem.tsx @@ -70,12 +70,8 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - - {" "} - +{" "} - {" "} - (base increase, attained when no script is running)
- + (effective increase, taking current RAM usage into account) + + (effective increase, taking current RAM usage into account)
+ + (base increase, attained when no script is running) } > @@ -140,12 +136,8 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - - {" "} - +{" "} - {" "} - (base increase, attained when no script is running)
- + (effective increase, taking current RAM usage into account) + + (effective increase, taking current RAM usage into account)
+ + (base increase, attained when no script is running) } > @@ -188,12 +180,8 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - - {" "} - +{" "} - {" "} - (base increase, attained when no script is running)
- + (effective increase, taking current RAM usage into account) + + (effective increase, taking current RAM usage into account)
+ + (base increase, attained when no script is running) } >