0
0
Fork 0

Merge pull request #25 from ARKEOLOGIST/arka

Changed width of login card and click handler on track card
This commit is contained in:
Oliver 2020-08-20 13:10:32 -06:00 committed by GitHub
commit f8b26e2104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11705 additions and 1 deletions

11698
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -108,4 +108,10 @@ button:hover { cursor: pointer; }
border-style: solid;
border-width: 2px;
}
@media only screen and (min-width: 768px) {
.card {
width: 90%;
}
}
</style>

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"