style: adjust music player hover transformation offsets and scale factor
This commit is contained in:
@@ -445,12 +445,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.player:hover .player__content {
|
.player:hover .player__content {
|
||||||
transform: translateX(-260px);
|
transform: translateX(-160px);
|
||||||
box-shadow: -10px 15px 35px rgba(0,0,0,0.1);
|
box-shadow: -10px 15px 35px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.player:hover .album {
|
.player:hover .album {
|
||||||
transform: scale(1.5);
|
transform: scale(1.2);
|
||||||
z-index: 150;
|
z-index: 150;
|
||||||
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user