Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-04-26 15:10:48 -07:00
commit bf2818ed86
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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