Expanded and improved campaigns.
This commit is contained in:
@@ -119,6 +119,7 @@ const scrollable = computed(() => children.value?.scrollWidth > children.value?.
|
||||
.page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@@ -45,7 +45,7 @@ export async function onBeforeRender(pageContext) {
|
||||
parentEntityId: entity.parent?.id,
|
||||
minRatio: 1.5,
|
||||
},
|
||||
]);
|
||||
], { tagFilter: pageContext.tagFilter });
|
||||
|
||||
const {
|
||||
scenes,
|
||||
|
||||
@@ -23,7 +23,7 @@ export async function onBeforeRender(pageContext) {
|
||||
{ minRatio: 1.5 },
|
||||
{ minRatio: 0.75, maxRatio: 1.25 },
|
||||
{ minRatio: 1.5 },
|
||||
]),
|
||||
], { tagFilter: pageContext.tagFilter }),
|
||||
]);
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user