frontend: reduce movie detail poster width under 900px

This commit is contained in:
2026-05-25 03:31:35 +00:00
parent b1e775a29b
commit 23379dc2c1
+6
View File
@@ -1039,6 +1039,12 @@ html:not(.mouse-active) .cast-card.nav-focused::after {
align-self: auto;
}
.synopsis-box {
width: clamp(120px, 36vw, 180px);
max-width: 100%;
margin: 0 auto;
}
.cast-list {
position: static;
top: auto;