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 9177825990
No known key found for this signature in database
GPG key ID: 8703CACD01000000
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"