From 7212435ad098fbbc2742fa6b7e2f742d1d6efd0e Mon Sep 17 00:00:00 2001
From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com>
Date: Thu, 20 Mar 2025 22:27:42 +0530
Subject: [PATCH] fix styling
---
client/src/Pages/ResultsPage.tsx | 20 +++++++++++++-------
client/src/Pages/UploadPage.tsx | 12 +++++++++++-
2 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/client/src/Pages/ResultsPage.tsx b/client/src/Pages/ResultsPage.tsx
index 02842af..dc18905 100644
--- a/client/src/Pages/ResultsPage.tsx
+++ b/client/src/Pages/ResultsPage.tsx
@@ -62,11 +62,17 @@ function ResultsPage() {
-
-
-
- Processing Complete!
-
+
+
+ Processing Complete!
+
@@ -77,7 +83,7 @@ function ResultsPage() {
- {mediaFile.name} (Original)
+ {mediaFile.name}
@@ -96,7 +102,7 @@ function ResultsPage() {
{audioClass === "Music" ? (
<>
-
+
Processed Files
diff --git a/client/src/Pages/UploadPage.tsx b/client/src/Pages/UploadPage.tsx
index 6a8c241..4982a20 100644
--- a/client/src/Pages/UploadPage.tsx
+++ b/client/src/Pages/UploadPage.tsx
@@ -237,6 +237,7 @@ function UploadPage() {
: "transparent",
transition: "all 0.3s ease",
cursor: "pointer",
+ overflow: "auto"
}}
onDragOver={handleDragOver}
onDragLeave={handleDragLeave}
@@ -253,7 +254,16 @@ function UploadPage() {
/>
-
+
{file ? file.name : "Drop your file here or click to browse files"}