Changed width of login card and click handler on track card
This commit is contained in:
parent
0dddb68f3f
commit
318fcc0750
3 changed files with 11700 additions and 2 deletions
11698
package-lock.json
generated
Normal file
11698
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue