fixed broken elements due to api changes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:class="score === 9 ? 'text-success' : score === 8 ? 'text-warning' : 'text-danger'">
|
||||
{{ score }}
|
||||
</caption>
|
||||
<caption v-if="store.state.matchDetails.max_rounds === 30"
|
||||
<caption v-if="store.state.matchDetails.max_rounds === 30 || !store.state.matchDetails.max_rounds"
|
||||
:class="score === 16 ? 'text-success' : score === 15 ? 'text-warning' : 'text-danger'">
|
||||
{{ score }}
|
||||
</caption>
|
||||
@@ -96,7 +96,7 @@ table {
|
||||
caption-side: top;
|
||||
padding: 0;
|
||||
margin-left: -70px;
|
||||
margin-bottom: -178px;
|
||||
margin-bottom: -158px;
|
||||
}
|
||||
|
||||
tr {
|
||||
|
Reference in New Issue
Block a user