From 617067ccbb005b832d92e9234750ee7f85d421ee Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Tue, 30 Sep 2025 00:46:23 +0000 Subject: [PATCH] Make auction guide take up the entire screen Update the SheetContent component in Auctions.tsx to use `max-w-full` instead of `sm:max-w-2xl` for the auction guide to display across the full width. 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/yHCvWBg --- .replit | 4 ++++ client/src/pages/Auctions.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.replit b/.replit index b0526f5..898edda 100644 --- a/.replit +++ b/.replit @@ -22,6 +22,10 @@ externalPort = 3002 localPort = 37531 externalPort = 3001 +[[ports]] +localPort = 41883 +externalPort = 3003 + [[ports]] localPort = 43349 externalPort = 3000 diff --git a/client/src/pages/Auctions.tsx b/client/src/pages/Auctions.tsx index f5a320e..4e72a8b 100644 --- a/client/src/pages/Auctions.tsx +++ b/client/src/pages/Auctions.tsx @@ -614,7 +614,7 @@ export default function Auctions() { {/* Auction Guide Sheet */} - + Media Outlet Auction System Guide