mirror of https://github.com/Kylart/KawAnime.git
Merge branch 'master' of https://github.com/Kylart/KawAnime into stylus
This commit is contained in:
commit
e9f3466673
|
@ -1,5 +1,5 @@
|
|||
<template lang="pug">
|
||||
v-container.pa-0(fluid)
|
||||
v-container#local-page.pa-0(fluid, fill-height)
|
||||
div(v-if='nbEps')
|
||||
v-layout(row, wrap, style='margin: 0 1%;')
|
||||
v-flex.menubar(xs12)
|
||||
|
@ -205,6 +205,11 @@
|
|||
opacity: 0
|
||||
}
|
||||
|
||||
#local-page
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
margin-top: 0.7rem;
|
||||
|
|
Loading…
Reference in New Issue