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

View File

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