mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Fix alignment of item when the queue is empty
This commit is contained in:
parent
09c83768b1
commit
b8bd0ee847
@ -39,7 +39,7 @@
|
||||
v-text="track.path"
|
||||
/>
|
||||
</div>
|
||||
<div v-else>
|
||||
<div v-else class="mx-auto">
|
||||
<p class="title is-5" v-text="$t('page.now-playing.title')" />
|
||||
<p class="subtitle" v-text="$t('page.now-playing.info')" />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user