mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
add featured artists in playlist view
This commit is contained in:
@@ -7,4 +7,5 @@ $green: rgb(67, 148, 67);
|
||||
$seperator: #ffffff46;
|
||||
// sizes
|
||||
$small: .5em;
|
||||
$smaller: .25em;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user