minor refactors

This commit is contained in:
geoffrey45
2022-02-19 22:12:10 +03:00
parent a6bb5059b0
commit 92c2443c7c
20 changed files with 121 additions and 104 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
<td class="index">{{ index }}</td>
<td class="flex" @click="emitUpdate(song)">
<div
class="album-art rounded image"
class="album-art image"
:style="{ backgroundImage: `url(&quot;${song.image}&quot;` }"
>
<div
@@ -113,6 +113,7 @@ export default {
margin-right: 1rem;
display: grid;
place-items: center;
border-radius: .5rem;
}
.artist {