[web] Remove the non-standard heading class

This commit is contained in:
Alain Nussbaumer
2025-01-01 21:13:48 +01:00
parent a415e619af
commit 0e3490e589
41 changed files with 720 additions and 622 deletions

View File

@@ -3,6 +3,10 @@
<content-with-heading>
<template #heading-left>
<div class="title is-4" v-text="playlist.name" />
<div
class="is-size-7 is-uppercase"
v-text="$t('page.playlist.track-count', { count: tracks.count })"
/>
</template>
<template #heading-right>
<div class="buttons is-centered">
@@ -19,10 +23,6 @@
</div>
</template>
<template #content>
<p
class="heading has-text-centered-mobile"
v-text="$t('page.playlist.track-count', { count: tracks.count })"
/>
<list-tracks :items="tracks" :uris="uris" />
<modal-dialog-playlist
:item="playlist"