Feat: new categories and mobile

This commit is contained in:
2025-01-13 16:50:13 +03:00
parent ae7c821562
commit bfc9b9a367
7 changed files with 40 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ export const TierImage = ({ image }: ImageProps) => {
}, [isDragging, setModalOpen]);
return (
<div
className='flex flex-wrap justify-center gap-4 mr-1 anime-container'
className='flex flex-wrap justify-center gap-4 mr-1 anime-container touch-manipulation'
{...listeners}
{...attributes}
ref={setNodeRef}