mirror of https://github.com/Kylart/KawAnime.git
parent
3a73ba7e0c
commit
f6d05c9957
|
@ -13,7 +13,7 @@ html
|
|||
overflow hidden
|
||||
|
||||
h3
|
||||
font-size 36px
|
||||
font-size 42px
|
||||
font-weight 500
|
||||
|
||||
h5
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
p.ellipsis.ep(slot='activator') {{ item.ep }} / {{ item.numberOfEpisode }}
|
||||
span {{ 'Episode ' + item.ep }}
|
||||
v-flex.buttons-container(xs3)
|
||||
v-btn.play-button(large, icon, @click='playThis(item)')
|
||||
v-btn.ma-0(large, icon, @click='playThis(item)')
|
||||
v-icon(large) play_circle_outline
|
||||
v-menu(open-on-hover, transition='slide-x-transition')
|
||||
v-btn.ml-0(icon, medium, slot='activator')
|
||||
|
@ -264,10 +264,6 @@
|
|||
align-items space-around
|
||||
padding 0
|
||||
|
||||
.play-button
|
||||
display inline
|
||||
margin 0
|
||||
|
||||
.genres
|
||||
padding-left 15px
|
||||
padding-right 5px
|
||||
|
|
Loading…
Reference in New Issue