Improved movie page styling. Fixed parentless channel icon in channel filter.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
:title="entity.name"
|
||||
>
|
||||
<img
|
||||
v-if="entity.isIndependent || entity.type === 'network'"
|
||||
v-if="entity.isIndependent || entity.type === 'network' || !entity.parent"
|
||||
:src="`/logos/${entity.slug}/favicon_dark.png`"
|
||||
class="favicon"
|
||||
>
|
||||
|
||||
@@ -228,6 +228,7 @@ function updateFilter(prop, value, reload = true) {
|
||||
<style scoped>
|
||||
.movies-page {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
background: var(--background-base-10);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user