0
0
Fork 0

Changed width of login card and click handler on track card

This commit is contained in:
Arkadyuti 2020-08-21 00:00:08 +05:30
parent 0dddb68f3f
commit 318fcc0750
3 changed files with 11700 additions and 2 deletions

View file

@ -78,7 +78,7 @@ export default {
color: var(--spotify-green);
text-align: center;
padding: 30px;
width: 33%;
width: 90%;
}
button {

View file

@ -1,5 +1,5 @@
<template>
<div class="card" @click="show_track_info = true">
<div class="card" @click.stop="show_track_info = true">
<div class="image">
<img
v-if="item.album.images.length !== 0"