mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Fixed Messy Artist
This commit is contained in:
parent
03b4c151f9
commit
c3c22fc455
5 changed files with 46 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue