mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
minor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user