From 6b83d0e05d4e3ee24dbf77292caba17d36825d97 Mon Sep 17 00:00:00 2001 From: gww Date: Thu, 29 Jan 2026 12:05:53 +0800 Subject: [PATCH] css --- app/(tabs)/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index d2558a7..b1aa8ba 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -23,8 +23,7 @@ import ParallelogramShape from '@/components/ParallelogramShape' import ParallelogramGridItem from '@/components/ParallelogramGridItem' const CATEGORY_ID = process.env.EXPO_PUBLIC_INDEX_GROUP_ID -const ITEM_WIDTH = Math.floor((screenWidth - 24 - 12 * 2) / 3) - +const ITEM_WIDTH = Math.floor((screenWidth - 10 * 2) / 3) const PAGE_SIZE = 12 type MediaItem = {