style: adjust music player hover transformation offsets and scale factor

This commit is contained in:
Ümit Tunç
2026-06-01 08:46:50 +03:00
parent e7ad0123ac
commit fbbed52a3d
@@ -445,12 +445,12 @@
}
.player:hover .player__content {
transform: translateX(-260px);
transform: translateX(-160px);
box-shadow: -10px 15px 35px rgba(0,0,0,0.1);
}
.player:hover .album {
transform: scale(1.5);
transform: scale(1.2);
z-index: 150;
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
}