[WIP] Added Artist/ReleaseInfo

This commit is contained in:
emeric
2019-01-23 13:22:43 +01:00
parent b76c60f437
commit 3e142b5507
77 changed files with 2706 additions and 716 deletions
+27 -21
View File
@@ -18,6 +18,10 @@ a:hover {
justify-content: center;
}
.Lms-contents {
margin-bottom: 78px;
}
.Lms-show-more {
margin-top: 8px;
margin-bottom: 8px;
@@ -105,8 +109,8 @@ a:hover {
margin-bottom: 4px;
}
.Lms-contents {
margin-bottom: 78px;
.Lms-explore-contents {
margin-bottom: 24px;
}
.Lms-explore-filters {
@@ -131,16 +135,6 @@ a:hover {
background-color: lightgrey;
}
.Lms-explore-releasesinfo-entry {
margin: 0px;
padding-top: 4px;
padding-bottom: 4px;
}
.Lms-explore-releasesinfo-entry:hover {
background-color: lightgrey;
}
.Lms-explore-release-cover {
max-width: 100%;
border-radius: 8px;
@@ -165,6 +159,17 @@ a:hover {
font-weight: bold;
}
.Lms-explore-releaselink {
margin: 0px;
padding-top: 4px;
padding-bottom: 4px;
}
.Lms-explore-releaselink:hover {
background-color: lightgrey;
}
.Lms-explore-artists-entry {
min-height: 48px;
}
@@ -173,15 +178,6 @@ a:hover {
background-color: lightgrey;
}
.Lms-explore-artistsinfo-entry {
min-height: 28px;
margin: 0px;
}
.Lms-explore-artistsinfo-entry:hover {
background-color: lightgrey;
}
.Lms-explore-artist-entry {
padding-top: 8px;
padding-bottom: 8px;
@@ -191,6 +187,16 @@ a:hover {
background-color: lightgrey;
}
.Lms-explore-artistlink {
min-height: 28px;
margin: 0px;
}
.Lms-explore-artistlink:hover {
background-color: lightgrey;
}
.Lms-explore-tracks-entry {
min-height: 32px;
padding-top: 2px;