diff --git a/src/components/cards/FoldedCard.tsx b/src/components/cards/FoldedCard.tsx index c88e1502..b868e8e6 100644 --- a/src/components/cards/FoldedCard.tsx +++ b/src/components/cards/FoldedCard.tsx @@ -31,7 +31,7 @@ import { IndexDBWrapper, TreeType } from "@/lib/client/indexDB"; import { Spinner } from "../Spinner"; dayjs.extend(duration); -const UNFOLDED_DATE = "2024-04-10 15:59:59"; +const UNFOLDED_DATE = "2024-04-10 10:59:59"; const CountdownLabel = classed.span("text-primary font-semibold text-xs"); interface FoldedItemProps { @@ -281,7 +281,7 @@ const FoldedCardSteps = ({ items = [], onClose }: FolderCardProps) => { }; return ( -
+
{ disableOnInteraction: false, stopOnLastSlide: true, }} - className="h-screen" + className="min-h-screen md:h-screen" spaceBetween={0} slidesPerView={1} onSlideChange={(swiper: any) => { @@ -323,7 +323,7 @@ const FoldedCardSteps = ({ items = [], onClose }: FolderCardProps) => { {
{itemIndex !== items.length - 1 && (