From 7268fdda0937a88736d6c77e79dfcafcae1da69b Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Mon, 29 Sep 2025 20:35:36 +0000 Subject: [PATCH] Adjust layout for media outlets to reduce spacing and add tags Modify MediaOutlet component to reduce padding, margins, and image sizes, and integrate outlet tags. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/gVirbWH --- client/src/pages/MediaOutlet.tsx | 56 +++++++++++++++++--------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/client/src/pages/MediaOutlet.tsx b/client/src/pages/MediaOutlet.tsx index ad3d731..ea0aafe 100644 --- a/client/src/pages/MediaOutlet.tsx +++ b/client/src/pages/MediaOutlet.tsx @@ -172,11 +172,11 @@ export default function MediaOutlet() { -
+
-
-
-
+
+
+
{Array.from({ length: 6 }).map((_, i) => (
))} @@ -283,42 +283,46 @@ export default function MediaOutlet() {
-
+
{/* Outlet Header */} -
-
+
+
{outlet.imageUrl ? ( {outlet.name} ) : ( -
- +
+ {outlet.name.charAt(0)}
)}
-

{outlet.name}

-

{outlet.description}

-
+
+

{outlet.name}

{outlet.category} - {outlet.tags?.map((tag) => ( - - {tag} - - ))}
+

{outlet.description}

+ {outlet.tags && outlet.tags.length > 0 && ( +
+ {outlet.tags.map((tag) => ( + + {tag} + + ))} +
+ )} {/* Auction Section */} {!auctionLoading && auction ? ( - +
@@ -347,7 +351,7 @@ export default function MediaOutlet() { ) : !auctionLoading && !auction ? ( - +
@@ -366,7 +370,7 @@ export default function MediaOutlet() { ) : ( - +
@@ -381,9 +385,9 @@ export default function MediaOutlet() {
{/* Articles Section */} -
-
-

Latest Articles

+
+
+

Latest Articles