Improved appearence of empty scene media banner.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user