added new icons
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user