Update Dockerfile

This commit is contained in:
Shiny Nematoda 2022-08-06 10:55:50 +00:00
parent 6f4466a6fb
commit 60167e45a7
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
3 changed files with 16 additions and 5 deletions

View file

@ -327,7 +327,10 @@ onMounted(() => {
</template>
<header v-if="!artist.state.title">
<div v-show="data.state.art" class="art bg-img"></div>
<div
v-show="data.state.art"
class="art bg-img"
:style="'--art: url(' + data.state.art + ')'"></div>
<div class="wrapper">
<NowPlaying @get-artist="getArtist" />
@ -400,9 +403,6 @@ header {
height: 175px;
width: 175px;
}
.bg-img {
--art: v-bind('"url(" + data.state.art + ")"');
}
img,
.card,
.card-bg {