improve nowPlaying alignment

This commit is contained in:
geoffrey45
2022-02-08 00:39:08 +03:00
parent f93fa79fc5
commit 214ae82344
15 changed files with 113 additions and 71 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
}}</span>
</div>
<div class="artists" v-else>
<span>{{ track.album_artist }}</span>
<span>{{ track.albumartist }}</span>
</div>
</div>
</div>