simplified the tracks view

This commit is contained in:
emeric
2018-09-01 20:53:25 +02:00
parent 9945e14bc6
commit 98e6a9ec17
4 changed files with 30 additions and 35 deletions
+16 -1
View File
@@ -159,6 +159,20 @@ a:hover {
background-color: lightgrey;
}
.Lms-explore-tracks-entry {
min-height: 32px;
padding-top: 2px;
padding-bottom: 2px;
}
.Lms-explore-tracks-entry:hover {
background-color: lightgrey;
}
.Lms-explore-tracks-entry-controls {
text-align: center;
}
.Lms-explore-btn {
font-size: 22px !important;
cursor: pointer;
@@ -166,7 +180,8 @@ a:hover {
.Lms-playqueue-entry {
min-height: 32px;
margin-bottom: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
.Lms-playqueue-entry:hover {