mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: little jump bug when loader disappear on live game tab
This commit is contained in:
parent
b2aec972e1
commit
253e0a3f26
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
class="ml-4 bg-blue-800 px-3 py-1 text-blue-100 rounded-md shadow-md hover:bg-blue-760"
|
class="ml-4 bg-blue-800 px-3 py-1 text-blue-100 rounded-md shadow-md hover:bg-blue-760"
|
||||||
>Reload</button>
|
>Reload</button>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="h-8"></div>
|
<div v-else class="h-4"></div>
|
||||||
|
|
||||||
<LiveTeam :team="allyTeam" :ally="true" />
|
<LiveTeam :team="allyTeam" :ally="true" />
|
||||||
<LiveTeam :team="enemyTeam" :ally="false" class="mt-4" />
|
<LiveTeam :team="enemyTeam" :ally="false" class="mt-4" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue