Merge pull request #25 from ARKEOLOGIST/arka
Changed width of login card and click handler on track card
This commit is contained in:
commit
f8b26e2104
3 changed files with 11705 additions and 1 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
|
|
@ -108,4 +108,10 @@ button:hover { cursor: pointer; }
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 768px) {
|
||||||
|
.card {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -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