Simplified the artists view

This commit is contained in:
emeric
2018-08-31 14:17:39 +02:00
parent 93f993c146
commit 65269904df
3 changed files with 7 additions and 37 deletions
+3 -13
View File
@@ -99,21 +99,15 @@ a:hover {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.Lms-explore-release-entry {
height: 28px;
.Lms-explore-release-entry-name {
margin-top: 4px;
margin-bottom: 4px;
}
.Lms-explore-release-entry:hover {
background-color: lightgrey;
}
.Lms-explore-release-entry-name {
line-height: 28px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.Lms-explore-release-entry-controls {
text-align: center;
}
@@ -126,10 +120,6 @@ a:hover {
background-color: lightgrey;
}
.Lms-explore-artists-entry-nb-releases {
margin: 8px;
}
.Lms-explore-btn {
font-size: 22px !important;
cursor: pointer;