Expanded and improved campaigns.

This commit is contained in:
2024-06-13 02:26:34 +02:00
parent 41d6324c28
commit 22e0a331a3
6 changed files with 13 additions and 12 deletions

View File

@@ -119,6 +119,7 @@ const scrollable = computed(() => children.value?.scrollWidth > children.value?.
.page {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.content {

View File

@@ -45,7 +45,7 @@ export async function onBeforeRender(pageContext) {
parentEntityId: entity.parent?.id,
minRatio: 1.5,
},
]);
], { tagFilter: pageContext.tagFilter });
const {
scenes,