fixed stuff on player match table
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-04 19:38:04 +01:00
parent 11a30e2dba
commit fb0cdf5d8e

View File

@@ -17,7 +17,7 @@
<th v-if="!props.explore" class="text-center kills" scope="col">K</th>
<th v-if="!props.explore" class="text-center assists" scope="col">A</th>
<th v-if="!props.explore" class="text-center deaths" scope="col">D</th>
<th v-if="!props.explore" class="text-center kdiff helptext" scope="col" title="Kill-to-death ratio">+/-</th>
<th v-if="!props.explore" class="text-center kdiff helptext" scope="col" title="Kill-to-death difference">+/-</th>
<th v-if="!props.explore" class="text-center hltv helptext" scope="col" title="HLTV 1.0 Rating">Rating</th>
<th class="text-center duration" scope="col">Duration</th>
<th class="date" scope="col">Date</th>
@@ -55,10 +55,16 @@
:title="DisplayRank(match.stats.rank?.new)[1]" class="rank-icon">
</td>
<td class="td-length text-center">
<img v-if="match.max_rounds === 30 || !match.max_rounds" alt="Match long"
class="match-len" src="/images/icons/timer_long.svg">
<img v-if="match.max_rounds === 16" alt="Match short" class="match-len"
src="/images/icons/timer_short.svg">
<img v-if="match.max_rounds === 30 || !match.max_rounds"
alt="Match long"
class="match-len"
src="/images/icons/timer_long.svg"
title="Long Match">
<img v-if="match.max_rounds === 16"
alt="Match short"
class="match-len"
src="/images/icons/timer_short.svg"
title="Short Match">
</td>
<td class="td-score text-center fw-bold">
<span