Minor fix in seasons where loader display was broken

This commit is contained in:
Kylart 2017-10-15 15:25:01 +02:00
parent 1b46450ae5
commit 2dc0e90718
1 changed files with 17 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<template lang="pug">
div(style='min-height: 95vh')
v-container#seasons.pa-0.pt-2(fluid, fill-height)
loader(v-if='!season[1].items')
v-container(fluid, v-else, style='padding: 20px 0 0')
div(v-else)
v-layout.form-container(row, wrap, justify-center)
v-flex.season-container(sm3, xs8)
v-select(
@ -201,6 +201,11 @@
</script>
<style scoped>
#seasons
{
display: inline;
}
h6
{
margin: 0;