mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Fix spacing of title text on the "Radio" page.
The "Radio" page has now the same spacing between the title and subtitle as the one on other pages.
This commit is contained in:
parent
ae2a789c22
commit
4cddfa4dfc
@ -3,12 +3,12 @@
|
||||
<content-with-heading>
|
||||
<template #heading-left>
|
||||
<p class="title is-4" v-text="$t('page.radio.title')" />
|
||||
</template>
|
||||
<template #content>
|
||||
<p
|
||||
class="heading has-text-centered-mobile"
|
||||
v-text="$t('page.radio.count', { count: tracks.total })"
|
||||
/>
|
||||
</template>
|
||||
<template #content>
|
||||
<list-tracks :tracks="tracks" />
|
||||
</template>
|
||||
</content-with-heading>
|
||||
|
Loading…
Reference in New Issue
Block a user