From d1681a94f2f1e323aeb2d83d7b69a624a8a6fec5 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sat, 22 Aug 2020 18:51:23 +0200 Subject: [PATCH] refactor: small tweaks to keep the design consistent --- client/src/components/Match/DetailedMatchTeam.vue | 14 +++++++------- .../Summoner/Overview/SummonerChampions.vue | 8 ++++---- .../components/Summoner/Overview/SummonerMates.vue | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/client/src/components/Match/DetailedMatchTeam.vue b/client/src/components/Match/DetailedMatchTeam.vue index 0700fa7..a565be5 100644 --- a/client/src/components/Match/DetailedMatchTeam.vue +++ b/client/src/components/Match/DetailedMatchTeam.vue @@ -31,24 +31,24 @@ A {{ statsFormat === 'stats' ? 'cs' : 'cs/m' }} + >{{ statsFormat === 'stats' ? 'Cs' : 'Cs/m' }} {{ statsFormat === 'stats' ? 'vs' : 'vs/m' }} - gold + >{{ statsFormat === 'stats' ? 'Vs' : 'Vs/m' }} + Gold - dmg + Dmg
champ - dmg + Dmg
obj - dmg + Dmg
taken - kp + KP diff --git a/client/src/components/Summoner/Overview/SummonerChampions.vue b/client/src/components/Summoner/Overview/SummonerChampions.vue index 364cc4f..3a95022 100644 --- a/client/src/components/Summoner/Overview/SummonerChampions.vue +++ b/client/src/components/Summoner/Overview/SummonerChampions.vue @@ -53,10 +53,10 @@
{{ champion.champion.name }}
-
{{ champion.count }}
+
{{ champion.count }}
@@ -68,11 +68,11 @@
{{ kda(champion.kills, champion.deaths, champion.assists) }}
diff --git a/client/src/components/Summoner/Overview/SummonerMates.vue b/client/src/components/Summoner/Overview/SummonerMates.vue index 60904f3..f36a243 100644 --- a/client/src/components/Summoner/Overview/SummonerMates.vue +++ b/client/src/components/Summoner/Overview/SummonerMates.vue @@ -11,9 +11,9 @@
-
-
Summoner
-
W / L
+
+
Summoner
+
Record
Winrate