last
This commit is contained in:
@@ -275,11 +275,11 @@
|
||||
<div class="hint-box danger" v-if="finalTie.required && !finalTie.resolved">{{ t('messages.finalTieUnresolved') }}</div>
|
||||
<div class="empty-state good" v-if="!finalTie.required">{{ t('messages.noFinalTie') }}</div>
|
||||
|
||||
<template v-if="finalTie.required">
|
||||
<div class="panel-actions">
|
||||
<button class="btn btn-outline" @click="$emit('request-reset-stage', 'final_tiebreak')">{{ t('actions.resetScores') }}</button>
|
||||
</div>
|
||||
<div class="panel-actions">
|
||||
<button class="btn btn-outline" @click="$emit('request-reset-stage', 'final_tiebreak')">{{ t('actions.resetScores') }}</button>
|
||||
</div>
|
||||
|
||||
<template v-if="finalTie.required">
|
||||
<PositionBoardEditor
|
||||
:t="t"
|
||||
board="final_tiebreak"
|
||||
|
||||
@@ -268,8 +268,7 @@
|
||||
<tr>
|
||||
<th>{{ t('table.rank') }}</th>
|
||||
<th>{{ t('table.competitor') }}</th>
|
||||
<th>{{ t('table.total') }}</th>
|
||||
<th>{{ t('table.tieScore') }}</th>
|
||||
<th>{{ t('table.score') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -290,7 +289,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<td class="mono strong">{{ row.score }}</td>
|
||||
<td class="mono">{{ row.tieBreak }}</td>
|
||||
|
||||
</tr>
|
||||
<tr v-if="finalOverallRows.length === 0"><td colspan="4" class="muted center">{{ t('labels.noFinalists') }}</td></tr>
|
||||
</tbody>
|
||||
@@ -346,10 +345,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="live-mode-footer">
|
||||
<footer class="live-mode-footer">
|
||||
|
||||
<div class="live-footer-slot left">
|
||||
<img src="/datwyler_logo.png" alt="Datwyler logo" class="live-footer-logo" />
|
||||
<div class="live-footer-slot left ">
|
||||
<img src="/datwyler_logo.png" alt="Datwyler logo" class=" live-footer-logo live-footer-logo-datwyler " />
|
||||
</div>
|
||||
<div class="live-footer-slot center">
|
||||
<img src="/arture.png" alt="Arture logo" class="live-footer-logo" />
|
||||
|
||||
@@ -1537,6 +1537,9 @@ select.name-input {
|
||||
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
|
||||
}
|
||||
|
||||
.live-footer-logo-datwyler {
|
||||
height: 65px;
|
||||
}
|
||||
.live-tie-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||||
@@ -2042,7 +2045,7 @@ select.name-input {
|
||||
}
|
||||
|
||||
.podium-live-card .podium-medal-icon {
|
||||
filter: grayscale(1) brightness(1.2) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
|
||||
/* filter: grayscale(1) brightness(1.2) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35)); */
|
||||
font-size: 60px;
|
||||
margin-top: 86px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user