feat: layouts and styles for desktop and mobile

This commit is contained in:
2025-08-12 14:23:55 +04:00
parent 6715e4bd38
commit 5144c83e93
27 changed files with 324 additions and 113 deletions

View File

@ -68,11 +68,12 @@ const FunnelDnd = <
dots: true,
infinite: false,
speed: 500,
slidesToShow: 1,
slidesToShow: 1.1,
slidesToScroll: 1,
draggable: !activeItem && !activeContainer,
swipe: !activeItem && !activeContainer,
arrows: false,
swipeToSlide: true,
};
const renderContainers = () =>
@ -145,7 +146,7 @@ const FunnelDnd = <
renderBody()
) : (
<Group
gap="xs"
gap={0}
wrap="nowrap"
align="start">
{renderBody()}