Added Jay Rock network. Fixed site logo not showing up without URL.

This commit is contained in:
2020-01-11 05:31:04 +01:00
parent 1c0030b9f3
commit 8f72e61928
14 changed files with 61 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
class="tile"
:class="{ movie: release.type === 'movie' }"
>
<span class="banner">
<span class="poster">
<span class="details">
<router-link
v-if="release.site.independent"
@@ -149,14 +149,14 @@ export default {
height: 100%;
}
.banner {
.poster {
position: relative;
margin: 0 0 .5rem 0;
}
.thumbnail {
width: 100%;
height: 12rem;
height: 14rem;
display: flex;
justify-content: center;
align-items: center;