Added a currently playing indicator in the tracks view
This commit is contained in:
+6
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user