From a5ea8e9b0003ac7142961e613ffbe2871e50aa8f Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 04:31:20 +0000 Subject: [PATCH] Remove background from media slides for better presentation Update Report.tsx to remove the background styling from the PDF slide viewer, ensuring a cleaner display. 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/cEkjo93 --- client/src/pages/Report.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/client/src/pages/Report.tsx b/client/src/pages/Report.tsx index 1a8db7f..503c1fb 100644 --- a/client/src/pages/Report.tsx +++ b/client/src/pages/Report.tsx @@ -91,16 +91,16 @@ function MohamedSalahSlides() { return (
-
-
- {isLoading && ( -
-
-
-

Loading slides...

-
+
+ {isLoading && ( +
+
+
+

Loading slides...

- )} +
+ )} + {!isLoading && ( -
+ )}