mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(live-game): fixed size for the game start timer
This commit is contained in:
parent
b21c7ff416
commit
9879146433
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
<span>V</span>
|
<span>V</span>
|
||||||
<span class="ml-4 -mt-3">S</span>
|
<span class="ml-4 -mt-3">S</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="pb-2 text-blue-200">{{ displayStartTime }}</div>
|
<div class="w-10 pb-2 text-blue-200">{{ displayStartTime }}</div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="w-1/2 text-left">
|
<ul class="w-1/2 text-left">
|
||||||
<li
|
<li
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<div v-if="liveLoaded" class="flex items-center justify-end -mt-4 text-base text-blue-200">
|
<div v-if="liveLoaded" class="flex items-center justify-end -mt-4 text-base text-blue-200">
|
||||||
<div>{{ gamemode.type }} {{ gamemode.name }}</div>
|
<div>{{ gamemode.type }} {{ gamemode.name }}</div>
|
||||||
<div class="mx-2">-</div>
|
<div class="mx-2">-</div>
|
||||||
<div>{{ displayStartTime }}</div>
|
<div class="w-12">{{ displayStartTime }}</div>
|
||||||
<button
|
<button
|
||||||
@click="liveMatchRequest"
|
@click="liveMatchRequest"
|
||||||
class="px-3 py-1 ml-4 text-blue-100 bg-blue-800 rounded-md shadow-md hover:bg-blue-760"
|
class="px-3 py-1 ml-4 text-blue-100 bg-blue-800 rounded-md shadow-md hover:bg-blue-760"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue