css
This commit is contained in:
parent
9979c00d14
commit
6b83d0e05d
|
|
@ -23,8 +23,7 @@ import ParallelogramShape from '@/components/ParallelogramShape'
|
||||||
import ParallelogramGridItem from '@/components/ParallelogramGridItem'
|
import ParallelogramGridItem from '@/components/ParallelogramGridItem'
|
||||||
|
|
||||||
const CATEGORY_ID = process.env.EXPO_PUBLIC_INDEX_GROUP_ID
|
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
|
const PAGE_SIZE = 12
|
||||||
|
|
||||||
type MediaItem = {
|
type MediaItem = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue