add featured artists in playlist view

This commit is contained in:
geoffrey45
2021-12-08 16:39:26 +03:00
parent 1c5ae836ea
commit e1e0df44c4
6 changed files with 153 additions and 6 deletions
+1
View File
@@ -7,4 +7,5 @@ $green: rgb(67, 148, 67);
$seperator: #ffffff46;
// sizes
$small: .5em;
$smaller: .25em;
+3 -4
View File
@@ -2,6 +2,9 @@
--seperator: #ffffff46;
--green: #4ad168;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
@@ -129,10 +132,6 @@ a {
transition: transform 0.3s ease-in-out;
}
.image:hover {
transform: matrix(1.1, 0, 0, 1.1, 0, 0);
transition: transform 0.3s ease-in-out;
}
.ellipsis {
overflow: hidden;
Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 MiB