From 7d282062f945daa6412bc5d43f42ab8af4a1809e Mon Sep 17 00:00:00 2001 From: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com> Date: Wed, 6 Oct 2021 19:28:49 +0200 Subject: [PATCH] fixed display bug on player matches table --- src/views/Player.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Player.vue b/src/views/Player.vue index 787c494..cab9805 100644 --- a/src/views/Player.vue +++ b/src/views/Player.vue @@ -371,7 +371,7 @@ table { max-height: 40px; } .td-rank img { - width: 50px; + width: 60px !important; height: auto; } .kills, .deaths, .assists, .kdiff, .adr, .duration, .hltv,