Fixed Messy Artist

This commit is contained in:
shiny_nematoda 2022-04-13 20:47:59 +05:30
parent 03b4c151f9
commit c3c22fc455
5 changed files with 46 additions and 30 deletions

View file

@ -70,10 +70,7 @@ defineEmits([
'--art: url(' + (album.thumbnail || album.thumbnails[0].url) + ');'
"
@open-album="
$emit(
'get-album',
album.url || '/playlist?list=' + album.id,
)
$emit('get-album', album.url || '/playlist?list=' + album.id)
" />
</template>
</div>
@ -200,6 +197,7 @@ export default {
display: grid;
grid-template-columns: 1fr;
}
.text-full {
padding: 1rem;
font-size: 1.5rem;