mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
animate right sidebar cards collapse
This commit is contained in:
@@ -126,6 +126,12 @@ a {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user