From 7c1928dce34966af8412de17daa1b182569d4708 Mon Sep 17 00:00:00 2001 From: Jonny Date: Fri, 3 May 2019 01:20:59 +0200 Subject: [PATCH] Adjust the style of the dominance shower view --- pages/tournament-statistics.js | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/pages/tournament-statistics.js b/pages/tournament-statistics.js index 6ef8f0e..221fe49 100644 --- a/pages/tournament-statistics.js +++ b/pages/tournament-statistics.js @@ -56,17 +56,23 @@ class DominanceShower extends React.Component { render() { return ( - + {this.props.title} - - - - - - - + + + + + + + + + + + + +
{findTeam(this.props.teams, this.props.stats.id).name}
{this.props.stats.pointsMade}{this.props.stats.pointsReceived}
{findTeam(this.props.teams, this.props.stats.id).name}
{this.props.stats.pointsMade}{this.props.stats.pointsReceived}
Punkte erzieltPunkte kassiert
@@ -96,7 +102,7 @@ class StandingsTable extends React.Component { let sortedPerformances = sort(performances, (p1, p2) => p1.rank - p2.rank, Order.descending); return ( - +

Aktuelle Rangliste

@@ -120,7 +126,7 @@ class StandingsTable extends React.Component { -
+