diff --git a/assets/stylus/global.styl b/assets/stylus/global.styl index 9e3ce2c..13cf6a9 100644 --- a/assets/stylus/global.styl +++ b/assets/stylus/global.styl @@ -13,7 +13,7 @@ html overflow hidden h3 - font-size 36px + font-size 42px font-weight 500 h5 diff --git a/pages/localPage.vue b/pages/localPage.vue index 48a0c26..6253ae5 100644 --- a/pages/localPage.vue +++ b/pages/localPage.vue @@ -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