Fix play button style on local page

increased size of h3
This commit is contained in:
Kylart 2017-12-04 18:24:47 +01:00
parent 3a73ba7e0c
commit f6d05c9957
2 changed files with 2 additions and 6 deletions

View File

@ -13,7 +13,7 @@ html
overflow hidden
h3
font-size 36px
font-size 42px
font-weight 500
h5

View File

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