mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
client: fix play when nothin' was playin'
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
}"
|
||||
></div>
|
||||
<div class="tags">
|
||||
<p class="title">{{ song.title }}</p>
|
||||
<p class="title ellip">{{ song.title }}</p>
|
||||
<hr />
|
||||
<p class="artist">
|
||||
<p class="artist ellip">
|
||||
<span v-for="artist in putCommas(song.artists)" :key="artist">{{
|
||||
artist
|
||||
}}</span>
|
||||
@@ -191,6 +191,7 @@ export default {
|
||||
}
|
||||
|
||||
.up-next .all-items .song-item .artist {
|
||||
width: 20rem;
|
||||
font-size: small;
|
||||
color: rgba(255, 255, 255, 0.637);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user