mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Fix to center content in the playback page
This commit is contained in:
parent
ee94161eb4
commit
a39229d7be
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="hero is-full-height">
|
||||
<div v-if="track.id > 0" class="hero-body">
|
||||
<div v-if="track.id > 0" class="hero-body is-flex is-align-items-center">
|
||||
<div class="container has-text-centered" style="max-width: 500px">
|
||||
<cover-artwork
|
||||
:artwork_url="track.artwork_url"
|
||||
@ -40,7 +40,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="hero-body">
|
||||
<div v-else class="hero-body is-flex is-align-items-center">
|
||||
<div class="container has-text-centered">
|
||||
<p class="title is-5" v-text="$t('page.now-playing.title')" />
|
||||
<p class="subtitle" v-text="$t('page.now-playing.info')" />
|
||||
|
Loading…
Reference in New Issue
Block a user