fix collection widget on mobile

This commit is contained in:
Prospector
2026-07-01 18:09:12 -07:00
parent bb6d8a6fc4
commit c530671be1
@@ -73,7 +73,7 @@ const messages = defineMessages({
<template>
<div
class="rounded-2xl border border-solid border-surface-4 bg-surface-3 overflow-hidden grid grid-cols-[2fr_4fr]"
class="rounded-2xl border border-solid border-surface-4 bg-surface-3 overflow-hidden grid grid-cols-1 md:grid-cols-[2fr_4fr]"
>
<div class="flex flex-col gap-2 p-4">
<template v-if="isLoadingCollection">