Fix: Inline Ads bug (#9922)

This PR fixes this issue: https://codeberg.org/calckey/calckey/issues/9747

Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Co-authored-by: yawhn <kordaris@gmail.com>
Co-authored-by: Otto Richter <otto@codeberg.org>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9922
Co-authored-by: yawhn <yawhn@noreply.codeberg.org>
Co-committed-by: yawhn <yawhn@noreply.codeberg.org>
This commit is contained in:
yawhn 2023-04-26 21:38:44 +00:00 committed by Kainoa Kanter
parent 1bab53fed2
commit e7fe452f22
3 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@ export default defineComponent({
h(MkAd, {
class: "a", // advertise()
key: item.id + ":ad",
prefer: ["horizontal", "horizontal-big"],
prefer: ["inline", "inline-big"],
}),
el,
];

View file

@ -111,7 +111,7 @@
/>
</div>
</div>
<MkAd :prefer="['horizontal', 'horizontal-big']" />
<MkAd :prefer="['inline', 'inline-big']" />
<MkContainer
:max-height="300"
:foldable="true"

View file

@ -168,7 +168,7 @@
</template>
</div> -->
</div>
<MkAd :prefer="['horizontal', 'horizontal-big']" />
<MkAd :prefer="['inline', 'inline-big']" />
<MkContainer
:max-height="300"
:foldable="true"