From 42447a63f3c212143d2a296f55808c9eb1014d1e Mon Sep 17 00:00:00 2001 From: wisecolt Date: Tue, 3 Feb 2026 18:45:56 +0300 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20mini=20player=20kapak=20(video?= =?UTF-8?q?=20play=20alan=C4=B1)=20d=C3=BCzenlemeleri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/MiniPlayer.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/MiniPlayer.svelte b/client/src/components/MiniPlayer.svelte index 8e2c527..3539aac 100644 --- a/client/src/components/MiniPlayer.svelte +++ b/client/src/components/MiniPlayer.svelte @@ -157,10 +157,10 @@ } .mini-cover { - margin: 0 0 12px; - width: 100%; + margin: -16px -16px 12px; + width: calc(100% + 32px); aspect-ratio: 1 / 1; - border-radius: 22px; + border-radius: 26px 26px 0 0; overflow: hidden; background: rgba(255, 255, 255, 0.06); box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);