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

11698
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

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

View file

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