From b9fa640d735c8dc24d7c73a5f06a8ff4206765b0 Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Thu, 4 Dec 2025 14:42:10 +0500 Subject: [PATCH] fix stories --- src/app/(main)/results/page.tsx | 8 ++++---- src/components/modals/StoriesModal.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/(main)/results/page.tsx b/src/app/(main)/results/page.tsx index 4c282e5a..b10c76c3 100644 --- a/src/app/(main)/results/page.tsx +++ b/src/app/(main)/results/page.tsx @@ -3,9 +3,9 @@ import { Results2025 } from "@/components/pages/Results2025/Results2025"; export default function YearResults() { return ( - // -
- -
+ + //
+ // + //
); } diff --git a/src/components/modals/StoriesModal.tsx b/src/components/modals/StoriesModal.tsx index a38ee26a..186a46c3 100644 --- a/src/components/modals/StoriesModal.tsx +++ b/src/components/modals/StoriesModal.tsx @@ -121,7 +121,7 @@ export function StoriesModal({ startIndex = 0 }: { startIndex?: number }) { ref={videoRefs[index]} src={process.env.NEXT_PUBLIC_S3_BUCKET + video} poster={process.env.NEXT_PUBLIC_S3_BUCKET + preview} - className="absolute inset-0 object-cover object-center lg:rounded-[0.833vw] md:max-lg:rounded-xl" + className="absolute inset-0 object-cover object-center lg:rounded-[0.833vw] h-full md:max-lg:rounded-xl w-full" playsInline />