From fbbed52a3dfe822605ea340a2d787a7e0f155581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 1 Jun 2026 08:46:50 +0300 Subject: [PATCH] style: adjust music player hover transformation offsets and scale factor --- resources/views/front/music-productions/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/front/music-productions/index.blade.php b/resources/views/front/music-productions/index.blade.php index baffe1b..24a2185 100644 --- a/resources/views/front/music-productions/index.blade.php +++ b/resources/views/front/music-productions/index.blade.php @@ -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); }