Added a currently playing indicator in the tracks view

This commit is contained in:
emeric
2020-04-14 21:09:26 +02:00
parent 622d20afa8
commit 8f2c36ede9
4 changed files with 20 additions and 9 deletions
+6 -6
View File
@@ -136,6 +136,12 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.Lms-entry-playing {
font-weight: bold;
border-radius: 3px;
background-color: var(--playing-background-color);
}
.Lms-explore-contents {
margin-bottom: 24px;
}
@@ -177,12 +183,6 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
display: none;
}
.Lms-explore-release-entry-playing {
font-weight: bold;
border-radius: 3px;
background-color: var(--playing-background-color);
}
.Lms-explore-release-entry-track-duration {
text-align: right;
white-space: nowrap;