diff --git a/client/src/components/DotsLoader.vue b/client/src/components/DotsLoader.vue new file mode 100644 index 0000000..dfa1fb9 --- /dev/null +++ b/client/src/components/DotsLoader.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/client/src/components/Match/DetailedMatchTeam.vue b/client/src/components/Match/DetailedMatchTeam.vue index 9defd57..f1a3da3 100644 --- a/client/src/components/Match/DetailedMatchTeam.vue +++ b/client/src/components/Match/DetailedMatchTeam.vue @@ -66,11 +66,11 @@
@@ -89,21 +89,24 @@ v-if="player.firstSum" :to="{ name: 'summoner', params: { region: $route.params.region, name: player.name }}" :class="{'font-semibold text-yellow-400': compareSummonernames($route.params.name, player.name)}" - class="w-24 text-sm text-white text-left overflow-hidden text-overflow whitespace-no-wrap hover:text-blue-200" + class="w-22 text-xs text-white text-left overflow-hidden text-overflow whitespace-no-wrap hover:text-blue-200" >{{ player.name }}
{{ player.name }}
-
{{ player.champion.name }}
+
{{ player.champion.name }}
-
+
- + -
{{ player.rank.shortName }}
+
{{ player.rank.shortName }}
+
+
+
-
@@ -160,10 +163,12 @@