From dff75eb70ad98bfce795c55dc0caab3ade004bf2 Mon Sep 17 00:00:00 2001 From: choi Date: Fri, 6 Dec 2024 02:13:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/watch/[watchId]/mobileWatchPage.tsx | 60 +++++++++++-------- .../container/rectangle-container.tsx | 4 +- src/features/watch/watch-nowPlaying.tsx | 2 +- 3 files changed, 38 insertions(+), 28 deletions(-) diff --git a/src/app/watch/[watchId]/mobileWatchPage.tsx b/src/app/watch/[watchId]/mobileWatchPage.tsx index 4398a74..b52f406 100644 --- a/src/app/watch/[watchId]/mobileWatchPage.tsx +++ b/src/app/watch/[watchId]/mobileWatchPage.tsx @@ -40,19 +40,35 @@ export default function MobileWatchPage() {
-
- {view === "main" && ( -
- albumcover + {view === "main" && ( + <> +
+
+ albumcover +
- )} - {view === "lyrics" && ( +
+ WHIPLASH +
+
+ + 에스파 + + · + + WHIPLASH + +
+ + )} + {view === "lyrics" && ( +
Fancy 이건 참 화려해
@@ -84,23 +100,15 @@ export default function MobileWatchPage() {
외면해도 소용없지 don't you blow it?
- )} - {view === "nowPlaying" && ( +
+ )} + {view === "nowPlaying" && ( +
- )} -
-
WHIPLASH
-
- - 에스파 - - · - - WHIPLASH - -
+
+ )}
diff --git a/src/components/container/rectangle-container.tsx b/src/components/container/rectangle-container.tsx index 2018acc..0e8cb21 100644 --- a/src/components/container/rectangle-container.tsx +++ b/src/components/container/rectangle-container.tsx @@ -19,7 +19,8 @@ const RectangleContainer = ({ duration, }: RectangleContainerProps) => { return ( -
+
+
cover +

{name}

diff --git a/src/features/watch/watch-nowPlaying.tsx b/src/features/watch/watch-nowPlaying.tsx index b73fa09..238e9df 100644 --- a/src/features/watch/watch-nowPlaying.tsx +++ b/src/features/watch/watch-nowPlaying.tsx @@ -52,7 +52,7 @@ const WatchNowPlaying = () => { }, ] return ( -

+
{dummy.map((item) => (