Skip to content

Commit 241809f

Browse files
committed
patch swiper skeleton for responsive design
1 parent a744898 commit 241809f

File tree

1 file changed

+2
-2
lines changed
  • app/[locale]/10years/_components/TorchHistorySwiper

1 file changed

+2
-2
lines changed

app/[locale]/10years/_components/TorchHistorySwiper/loading.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const Loading = () => (
44
<div className="flex w-full flex-col items-center gap-6">
55
<div className="flex w-full items-center justify-center gap-12">
66
<Skeleton className="h-[400px] w-[240px] rounded-4xl" />
7-
<Skeleton className="h-[400px] w-[240px] rounded-4xl" />
8-
<Skeleton className="h-[400px] w-[240px] rounded-4xl" />
7+
<Skeleton className="h-[400px] w-[240px] rounded-4xl max-sm:hidden" />
8+
<Skeleton className="h-[400px] w-[240px] rounded-4xl max-md:hidden" />
99
</div>
1010
<Skeleton className="h-6 w-40 rounded-full" />
1111
</div>

0 commit comments

Comments
 (0)