fix: live match margin on overview tab

This commit is contained in:
Valentin Kaelin 2020-02-02 13:13:49 +01:00
parent 155d4a32e5
commit cf3e3a475f
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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">