This commit is contained in:
geoffrey45
2021-12-27 23:52:28 +03:00
parent 01f31f4dc6
commit 49947a22b2
2 changed files with 8 additions and 8 deletions
+5 -6
View File
@@ -14,10 +14,13 @@
<tr
v-for="song in songs"
:key="song"
:class="{ current: current._id.$oid == song._id.$oid }"
>
<td :style="{ width: songTitleWidth + 'px' }" class="flex" @click="updateQueue(song), playAudio(song.filepath)">
<td
:style="{ width: songTitleWidth + 'px' }"
class="flex"
@click="updateQueue(song), playAudio(song.filepath)"
>
<div
class="album-art rounded image"
:style="{
@@ -181,10 +184,6 @@ th {
font-weight: normal;
}
.folder {
padding-bottom: 1rem;
}
td .artist {
font-weight: lighter;
margin-right: 0.5rem;