Improved appearence of empty scene media banner.

This commit is contained in:
DebaucheryLibrarian
2021-01-23 23:26:56 +01:00
parent fdb48f0d6d
commit 0a0a3ddd7b
3 changed files with 105 additions and 92 deletions

View File

@@ -5,7 +5,8 @@
>
<Scroll
v-slot="slotProps"
class="scroll-light"
class="scroll-light banner"
:style="{ 'background-image': `url(/media/${release.poster.thumbnail})` }"
:expandable="false"
>
<Banner
@@ -259,6 +260,11 @@ export default {
border-bottom: solid 1px var(--shadow-hint);
}
.banner {
background-position: center;
background-size: cover;
}
.info {
padding: 1rem;
border-left: solid 1px var(--shadow-hint);