From 71456ff4d168bda729637dd3322d47207a33046b Mon Sep 17 00:00:00 2001 From: spinline Date: Sat, 21 Feb 2026 22:03:09 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20mobil=20detay=20paneli=20tam=20ekran=20g?= =?UTF-8?q?eni=C5=9Fli=C4=9Fine=20al=C4=B1nd=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/torrent/details.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/torrent/details.rs b/frontend/src/components/torrent/details.rs index f7f89bd..04a60b2 100644 --- a/frontend/src/components/torrent/details.rs +++ b/frontend/src/components/torrent/details.rs @@ -28,7 +28,7 @@ pub fn TorrentDetailsPanel() -> impl IntoView {
impl IntoView { transition-transform duration-300 ease-out shadow-2xl md:shadow-none" } else { // Kapalı: masaüstünde gizli, mobilde sağa kayar - "w-[85vw] md:w-0 shrink-0 overflow-hidden border-none \ + "w-full md:w-0 shrink-0 overflow-hidden border-none \ fixed top-0 right-0 bottom-0 z-40 \ translate-x-full \ md:static md:z-auto md:translate-x-0 \