added new icons

This commit is contained in:
2021-10-23 03:49:22 +02:00
parent c699ae2058
commit 96a6b822b4
11 changed files with 16868 additions and 22 deletions

View File

@@ -19,12 +19,12 @@
{{ props.name }}
<i class="fas fa-link"></i>
</td>
<td>
<td v-if="props.parsed" class="player__rank">
<img :alt="DisplayRank(props.rank)[1]"
:src="DisplayRank(props.rank)[0]"
:title="DisplayRank(props.rank)[1]"
class="player__rank">
:title="DisplayRank(props.rank)[1]">
</td>
<td v-if="!props.parsed" class="rank-placeholder"></td>
<td class="player__kills">
{{ props.kills }}
</td>
@@ -266,8 +266,14 @@ export default {
}
}
.player__rank {
width: 60px;
.player__rank,
.rank-placeholder {
width: 100px;
img {
width: 60px;
height: auto;
}
}
.player__kills, .player__assist, .player__deaths, .player__kdiff, .player__mvp {