mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: live match margin on overview tab
This commit is contained in:
parent
155d4a32e5
commit
cf3e3a475f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="ml-4 mt-4 bg-blue-800 rounded-lg overflow-hidden text-sm">
|
<div class="ml-4 bg-blue-800 rounded-lg overflow-hidden text-sm">
|
||||||
<div class="relative w-full flex justify-between">
|
<div class="relative w-full flex justify-between">
|
||||||
<div class="absolute horizontal-center h-full flex flex-col items-center justify-between">
|
<div class="absolute horizontal-center h-full flex flex-col items-center justify-between">
|
||||||
<div class="text-blue-200 text-base leading-loose">{{ gamemode.name }}</div>
|
<div class="text-blue-200 text-base leading-loose">{{ gamemode.name }}</div>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<SummonerMates />
|
<SummonerMates />
|
||||||
</div>
|
</div>
|
||||||
<div class="w-9/12">
|
<div class="w-9/12">
|
||||||
<div v-if="current">
|
<div v-if="current" class="mb-4">
|
||||||
<LiveMatch />
|
<LiveMatch />
|
||||||
</div>
|
</div>
|
||||||
<div v-if="overview.matches.length">
|
<div v-if="overview.matches.length">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue