From 7326e299e94986dd1f9eeb1aa6510d262be45551 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 05:37:17 +0000 Subject: [PATCH] Adjust slide bar length to match horizontal slide length Modify the `MohamedSalahSlides` component in `client/src/pages/Report.tsx` to ensure the progress bar's width (`w-full max-w-[1000px]`) aligns with the slide's horizontal dimension, improving visual consistency. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uCJPlBt --- client/src/pages/Report.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index 6848756..0853ce1 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -118,9 +118,9 @@ function MohamedSalahSlides() { -