[UI] The playqueue now displays track/artist names on two lines
This commit is contained in:
@@ -15,9 +15,28 @@ div.contents {
|
||||
}
|
||||
|
||||
.playqueue-playing {
|
||||
background-color: rgba(202, 167, 66, 1);
|
||||
}
|
||||
|
||||
.Wt-tableview .playqueue-playing {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.Wt-tableview .Wt-tv-contents.Wt-striped div.playqueue-playing:nth-child(odd) {
|
||||
background-color: rgba(202, 167, 66, 1);
|
||||
}
|
||||
|
||||
.playqueue-track {
|
||||
margin-top: 12px;
|
||||
line-height: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.playqueue-artist {
|
||||
line-height: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.mediaplayer {
|
||||
background-color: #ccc;
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user