Removed info channels from overview. Fixed poster gap.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="updates">
|
||||
<Scenes
|
||||
:show-filters="!!query"
|
||||
:show-meta="!!query"
|
||||
@@ -16,3 +16,10 @@ import Scenes from '#/components/scenes/scenes.vue';
|
||||
const pageContext = inject('pageContext');
|
||||
const query = Object.hasOwn(pageContext.urlParsed.search, 'q');
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.updates {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user