Fixed actor description logos.

This commit is contained in:
2020-06-28 04:22:19 +02:00
parent f4029f0ef7
commit 41d7d2fa34
4 changed files with 40 additions and 21 deletions

View File

@@ -6,6 +6,7 @@
><span class="range">{{ range }}</span> releases for '{{ context }}'</h3>
<ul
v-if="releases.length > 0"
:key="sfw"
v-lazy-container="{ selector: '.thumbnail' }"
class="nolist tiles"
@@ -82,6 +83,10 @@ export default {
}
}
.releases {
border-top: solid 1px var(--crease);
}
.tiles {
width: 100%;
display: grid;
@@ -89,10 +94,10 @@ export default {
grid-gap: 1rem;
box-sizing: border-box;
padding: 1rem;
border-top: solid 1px var(--crease);
}
.empty {
display: inline-block;
padding: 1rem;
color: var(--shadow-strong);
font-weight: bold;