From 0fda3086050ce9ed4ee751c412768a51bd836786 Mon Sep 17 00:00:00 2001 From: yude Date: Tue, 23 Jan 2024 09:21:15 +0900 Subject: [PATCH] Update NowPlaying style --- src/App.tsx | 6 ++- src/components/Card.tsx | 94 ++++++++++++++++++++--------------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5bb0035..6b01cc9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -61,13 +61,14 @@ export default function App() {
-
+
-
+
+
@@ -82,6 +83,7 @@ export default function App() {
+
) diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 1e60f4d..8f05041 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -32,66 +32,64 @@ export default function Card() { }) return ( -
+
-
-
- -
-
- -

- {np && np.isPlaying && -

-
- +
+
+ +
+
+ +

+ {np && np.isPlaying && +

+
+ +
+
+ {np.artist} +

{np.title}

+
-
- {np.artist} -

{np.title}

-
-
- } -

-
-

- {" "} - i@yude.jp -

-

- {" "} - +81 70-8909-1949 -

-

- - {" "} - @yude_jp - -

-

- {" "} - yude -

-

- - {" "} - yude - + }

+
+

+ {" "} + i@yude.jp +

+

+ {" "} + +81 70-8909-1949 +

+

+ + {" "} + @yude_jp + +

+

+ {" "} + yude +

+

+ + {" "} + yude + +

+
+
-
-
) } \ No newline at end of file