frontend: place releases beside poster on narrow movie detail
This commit is contained in:
@@ -1037,12 +1037,19 @@ html:not(.mouse-active) .cast-card.nav-focused::after {
|
|||||||
|
|
||||||
.sidebar-left {
|
.sidebar-left {
|
||||||
align-self: auto;
|
align-self: auto;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: clamp(120px, 36vw, 180px) minmax(0, 1fr);
|
||||||
|
align-items: start;
|
||||||
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.synopsis-box {
|
.synopsis-box {
|
||||||
width: clamp(120px, 36vw, 180px);
|
width: 100%;
|
||||||
max-width: 100%;
|
margin: 0;
|
||||||
margin: 0 auto;
|
}
|
||||||
|
|
||||||
|
.versions-list-sidebar {
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cast-list {
|
.cast-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user