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>
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user