frontend: place releases beside poster on narrow movie detail

This commit is contained in:
2026-05-25 13:11:08 +00:00
parent 17f8f60f6e
commit 1cf3e6a08f
+10 -3
View File
@@ -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 {