mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor refactors
This commit is contained in:
@@ -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("${song.image}"` }"
|
||||
>
|
||||
<div
|
||||
@@ -113,6 +113,7 @@ export default {
|
||||
margin-right: 1rem;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border-radius: .5rem;
|
||||
}
|
||||
|
||||
.artist {
|
||||
|
||||
Reference in New Issue
Block a user