mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
[web] Fix cover artwork display on different pages #1506
On some pages, the cover artwork was overlapping or not displayed properly. Moreover, the use of the component CoverArtwork has been generalised.
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
<slot name="heading-right" />
|
||||
</div>
|
||||
<div
|
||||
class="column is-three-fifths has-text-centered-mobile"
|
||||
style="margin: auto 0"
|
||||
class="column m-auto is-three-fifths has-text-centered-mobile"
|
||||
>
|
||||
<!-- Slot heading left -->
|
||||
<slot name="heading-left" />
|
||||
|
||||
Reference in New Issue
Block a user