|
|
|
@ -47,7 +47,7 @@ |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
.match-cell, .court-label { |
|
|
|
.match-cell, .court-label { |
|
|
|
width: 18rem; |
|
|
|
width: 0.15fr; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
|
/* Adjust width when court count is 5 or more */ |
|
|
|
/* Adjust width when court count is 5 or more */ |
|
|
|
@ -261,7 +261,7 @@ |
|
|
|
<div class="match-cell"> |
|
|
|
<div class="match-cell"> |
|
|
|
<template x-if="match"> |
|
|
|
<template x-if="match"> |
|
|
|
<div class="bubble" :class="{'running': !match.ended && match.started, 'even': courtIndex % 2 === 1}" style="text-align: center;"> |
|
|
|
<div class="bubble" :class="{'running': !match.ended && match.started, 'even': courtIndex % 2 === 1}" style="text-align: center;"> |
|
|
|
<div class="score ws bold" x-text="match.group_stage_name ? match.group_stage_name : match.title"></div> |
|
|
|
<div class="matchtitle" x-text="match.group_stage_name ? match.group_stage_name : match.title"></div> |
|
|
|
<template x-if="match.tournament_title"> |
|
|
|
<template x-if="match.tournament_title"> |
|
|
|
<div class="minor-info semibold" x-text="match.tournament_title"></div> |
|
|
|
<div class="minor-info semibold" x-text="match.tournament_title"></div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|