[web] Simplify styling of the now playing page

This commit is contained in:
Alain Nussbaumer 2025-02-23 19:11:37 +01:00
parent c13e6ad672
commit 09c83768b1

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="hero is-full-height"> <div
<div class="hero-body is-flex is-align-items-center"> class="is-flex is-align-items-center has-text-centered px-5 is-full-height"
<div class="container has-text-centered"> >
<div v-if="track.id" class="mx-auto" style="max-width: 32rem"> <div v-if="track.id" class="mx-auto" style="max-width: 32rem">
<control-image <control-image
:url="track.artwork_url" :url="track.artwork_url"
@ -49,8 +49,6 @@
:item="selected_item" :item="selected_item"
@close="show_details_modal = false" @close="show_details_modal = false"
/> />
</div>
</div>
</template> </template>
<script> <script>