Added Jay Rock network. Fixed site logo not showing up without URL.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user