diff --git a/src/eventButton.js b/src/eventButton.js index 77dcb7a..5e4857c 100644 --- a/src/eventButton.js +++ b/src/eventButton.js @@ -103,15 +103,15 @@ const EventButton = (obj) => { eventSpecificInfo =

staked {(transactionAmount / 1000000000000000000).toFixed(2)} LPT to

- +
} else { eventSpecificInfo =

moved {(transactionAmount / 1000000000000000000).toFixed(2)} LPT stake:

- +

to

- +
} } else if (transactionName === "Withdraw") { @@ -145,9 +145,11 @@ const EventButton = (obj) => { return (
- + + +
- +
{eventSpecificInfo} diff --git a/src/grafana.js b/src/grafana.js index e8dc521..21e0049 100644 --- a/src/grafana.js +++ b/src/grafana.js @@ -81,7 +81,9 @@ class Grafana extends React.Component {
- +
+ +
diff --git a/src/livepeer.js b/src/livepeer.js index 04c979d..65b7445 100644 --- a/src/livepeer.js +++ b/src/livepeer.js @@ -135,10 +135,10 @@ class Livepeer extends React.Component { }}> -
+
-
+

Smart contract prices

diff --git a/src/orchestratorViewer.js b/src/orchestratorViewer.js index 6a418dd..9068eb3 100644 --- a/src/orchestratorViewer.js +++ b/src/orchestratorViewer.js @@ -39,28 +39,38 @@ const Orchestrator = (obj) => { return (
-
-
+
+ -

Earned fees {totalVolumeETH} Eth (${totalVolumeUSD})

-

Reward Cut {rewardCut}%

-

Fee Cut {feeCut}%

-

Total Stake {totalStake} LPT

-

Self stake {selfStake} LPT ({selfStakeRatio}%)

+
+

Earned fees {totalVolumeETH} Eth (${totalVolumeUSD})

+
+
+

Reward Cut {rewardCut}%

+
+
+

Fee Cut {feeCut}%

+
+
+

Total Stake {totalStake} LPT

+
+
+

Self stake {selfStake} LPT ({selfStakeRatio}%)

+
-
+
{ delegators.map((delObj, idx) => { return ( -
+
{delObj.id.substr(0, 6) + ".."}
@@ -78,7 +88,7 @@ const Orchestrator = (obj) => { ) } return ( -
+

Orchestrator Info

diff --git a/src/style.css b/src/style.css index 529819c..17ee309 100644 --- a/src/style.css +++ b/src/style.css @@ -199,12 +199,14 @@ svg { user-select: text; font-size: small; color: rgba(15, 15, 15, 0.8750); - background-color: rgba(169, 177, 214, 0.8); + background-color: rgba(148, 154, 184, 0.8); -webkit-box-shadow: inset 3px 3px 12px 2px rgba(28, 28, 170, 0.2); -moz-box-shadow: inset 3px 3px 12px 2px rgba(28, 28, 170, 0.2); box-shadow: inset 3px 3px 12px 2px rgba(28, 28, 170, 0.2); display: flex; flex-direction: row; + height: 100%; + width: 100%; } .flexContainer { @@ -248,9 +250,9 @@ svg { margin: 0; display: flex; text-align: center; - justify-content: center; - align-items: center; - justify-content: middle; + justify-content: flex-start; + align-items: flex-start; + justify-content: flex-start; vertical-align: middle; flex-direction: column; z-index: 2;