From 1cf3e6a08fced49f7240ab13f7f5c3d31e8c8585 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Mon, 25 May 2026 13:11:08 +0000 Subject: [PATCH] frontend: place releases beside poster on narrow movie detail --- frontend/src/components/MediaDetail.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/MediaDetail.vue b/frontend/src/components/MediaDetail.vue index 0200c64..715e961 100644 --- a/frontend/src/components/MediaDetail.vue +++ b/frontend/src/components/MediaDetail.vue @@ -1037,12 +1037,19 @@ html:not(.mouse-active) .cast-card.nav-focused::after { .sidebar-left { align-self: auto; + display: grid; + grid-template-columns: clamp(120px, 36vw, 180px) minmax(0, 1fr); + align-items: start; + gap: 12px; } .synopsis-box { - width: clamp(120px, 36vw, 180px); - max-width: 100%; - margin: 0 auto; + width: 100%; + margin: 0; + } + + .versions-list-sidebar { + min-width: 0; } .cast-list {