Added covers for the tracks view

This commit is contained in:
emeric
2020-04-14 21:32:44 +02:00
parent 8f2c36ede9
commit 8d0a18d1ed
4 changed files with 33 additions and 7 deletions
+7 -1
View File
@@ -119,12 +119,18 @@ a.Lms-artistname:hover, a.Lms-artistname:focus {
filter: brightness(130%);
}
.Lms-cover-small {
.Lms-cover-smaller {
width: 64px; /* some cover may not be square */
border-radius: 10px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.Lms-cover-small {
width: 96px; /* some cover may not be square */
border-radius: 12px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.Lms-cover-medium {
width: 128px;
border-radius: 16px;