mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Simplify styling of the now playing page
This commit is contained in:
parent
c13e6ad672
commit
09c83768b1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user