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