[web-src] Fix wrong sizing of cover artwork on iOS

This commit is contained in:
chme
2020-05-01 09:29:30 +02:00
parent 329c0620fc
commit f4539cac20
2 changed files with 38 additions and 12 deletions

View File

@@ -43,14 +43,16 @@
</div>
</div>
</div>
<div v-else class="fd-is-fullheight" style="justify-content: center;">
<div class="fd-is-expanded fd-has-padding-left-right has-text-centered">
<h1 class="title is-5">
You play queue is empty
</h1>
<p class="content">
Add some tracks by browsing your library
</p>
<div v-else class="fd-is-fullheight">
<div class="fd-is-expanded fd-has-padding-left-right" style="flex-direction: column;">
<div class="content has-text-centered">
<h1 class="title is-5">
Your play queue is empty
</h1>
<p>
Add some tracks by browsing your library
</p>
</div>
</div>
</div>
<modal-dialog-queue-item :show="show_details_modal" :item="selected_item" @close="show_details_modal = false" />