Handling tracknames too long in the release view

This commit is contained in:
emeric
2018-08-30 17:03:43 +02:00
parent 0f5a508681
commit c437a17f63
2 changed files with 22 additions and 3 deletions
+19
View File
@@ -99,6 +99,25 @@ a:hover {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.Lms-explore-release-entry {
height: 28px;
}
.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;
}
.Lms-explore-btn {
font-size: 22px !important;
cursor: pointer;