Added coverart class to artist tab results

This commit is contained in:
RemixDev 2020-04-23 14:20:52 +02:00
parent dcb09ecb13
commit 86342aec90

View File

@ -492,7 +492,7 @@ <h1>{{ title }}</h1>
<tbody>
<tr v-for="release in showTable">
<td class="inline-flex clickable" @click="albumView" v-bind:data-id="release.id">
<img class="rounded" v-bind:src="release.cover_small" style="margin-right: 16px;" />
<img class="rounded coverart" v-bind:src="release.cover_small" style="margin-right: 16px; width: 56px; height: 56px;" />
<i v-if="release.explicit_lyrics" class="material-icons" data-tooltip="Explicit"
style="color:#FF3B30;">explicit</i>
{{release.title}}