Fixed missing movie batch ID. Improved release page spacing.

This commit is contained in:
DebaucheryLibrarian 2021-02-02 04:00:01 +01:00
parent b856f81148
commit 133aa065fb
2 changed files with 16 additions and 4 deletions

View File

@ -267,14 +267,15 @@ export default {
} }
.info { .info {
padding: 1rem; padding: 1rem 0;
border-left: solid 1px var(--shadow-hint); border-left: solid 1px var(--shadow-hint);
border-right: solid 1px var(--shadow-hint); border-right: solid 1px var(--shadow-hint);
flex-grow: 1; flex-grow: 1;
} }
.row { .row {
margin: 0 0 1.5rem 0; padding: 0 1rem;
margin: 0 0 1rem 0;
&.associations { &.associations {
align-items: start; align-items: start;
@ -392,6 +393,10 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.releases {
margin: 0 0 .5rem 0;
}
.flag { .flag {
height: 1rem; height: 1rem;
margin: 0 0 -.15rem .1rem; margin: 0 0 -.15rem .1rem;
@ -415,13 +420,19 @@ export default {
display: none; display: none;
} }
@media(max-width: $breakpoint-kilo) {
.releases {
padding: .5rem;
}
}
@media(max-width: $breakpoint) { @media(max-width: $breakpoint) {
.hideable { .hideable {
display: none; display: none;
} }
.row .showable { .row .showable {
display: block; display: block;
} }
.tidbit .showable { .tidbit .showable {

View File

@ -134,6 +134,7 @@ function initReleasesActions(store, router) {
slug slug
url url
date date
createdBatchId
actors { actors {
id id
name name