Added covers for the tracks view
This commit is contained in:
+7
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user