Now handling multi artists in tracks, playqueue and play history views

This commit is contained in:
emeric
2019-03-19 13:38:44 +01:00
parent 3150de4f0c
commit 37e87ccc1c
8 changed files with 94 additions and 45 deletions
+24 -9
View File
@@ -185,10 +185,6 @@ a:hover {
font-weight: bold;
}
.Lms-explore-release-entry-artist {
display: inline-block;
}
.Lms-explore-releaselink {
margin: 0px;
padding-top: 4px;
@@ -241,8 +237,14 @@ a:hover {
.Lms-explore-tracks-entry {
min-height: 32px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom-style: solid;
border-bottom-color: lightgrey;
border-bottom-width: thin;
}
.Lms-explore-tracks-entry-name {
margin-top: 4px;
margin-bottom: 4px;
}
.Lms-explore-tracks-entry:hover {
@@ -273,15 +275,21 @@ a:hover {
}
.Lms-playqueue-entry {
border-bottom-style: solid;
border-bottom-color: lightgrey;
border-bottom-width: thin;
min-height: 32px;
padding-top: 2px;
padding-bottom: 2px;
}
.Lms-playqueue-entry:hover {
background-color: lightgrey;
}
.Lms-playqueue-entry-name {
margin-top: 4px;
margin-bottom: 4px;
}
.Lms-playqueue-entry-controls {
text-align: right;
}
@@ -309,14 +317,21 @@ a:hover {
}
.Lms-playhistory-entry {
border-bottom-style: solid;
border-bottom-color: lightgrey;
border-bottom-width: thin;
min-height: 32px;
margin-bottom: 2px;
}
.Lms-playhistory-entry:hover {
background-color: lightgrey;
}
.Lms-playhistory-entry-name {
margin-top: 4px;
margin-bottom: 4px;
}
.Lms-player {
position: fixed;
bottom: 0;