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 \