mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Fixed Messy Artist
This commit is contained in:
parent
03b4c151f9
commit
c3c22fc455
5 changed files with 46 additions and 30 deletions
|
@ -13,7 +13,7 @@ defineEmits(['playall']);
|
|||
<h2>{{ title }}</h2>
|
||||
<p @click="$event.target.classList.toggle('more')">{{ desc }}</p>
|
||||
<div class="us-playwrap">
|
||||
<PlayBtn @click="$emit('playall', '?list=' + play)" />
|
||||
<PlayBtn @click="$emit('playall', '/playlist?list=' + play)" />
|
||||
<span class="us-box subs">{{ subs || 0 }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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