From d2bfb487ba250eed9d506a2128f3d04eead0ae92 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Mon, 21 Oct 2019 18:12:57 +0200 Subject: [PATCH] fix: ranked stats container always same width even if LP are >= 1000 --- client/src/components/SummonerLoader.vue | 22 +++++++-------- client/src/components/SummonerRanked.vue | 34 +++++++++++++----------- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/client/src/components/SummonerLoader.vue b/client/src/components/SummonerLoader.vue index 85ebe8e..7d5c385 100644 --- a/client/src/components/SummonerLoader.vue +++ b/client/src/components/SummonerLoader.vue @@ -9,17 +9,17 @@ primary-color="#17314f" secondary-color="#2b6cb0" > - - - - - - - - - - - + + + + + + + + + + + diff --git a/client/src/components/SummonerRanked.vue b/client/src/components/SummonerRanked.vue index ad18b2a..c2148ed 100644 --- a/client/src/components/SummonerRanked.vue +++ b/client/src/components/SummonerRanked.vue @@ -25,30 +25,32 @@
{{ selectedLeague.fullRank }}
-
-
+
+
{{ selectedLeague.leaguePoints }} LP
-
-
Record
-
-
-
{{ selectedLeague.wins }}
-
{{ selectedLeague.losses }}
-
-
-
Wins
-
Losses
+
+
+
Record
+
+
+
{{ selectedLeague.wins }}
+
{{ selectedLeague.losses }}
+
+
+
Wins
+
Losses
+
-
-
-
Winrate
-
{{ selectedLeague.winrate }}
+
+
Winrate
+
{{ selectedLeague.winrate }}
+