From 6908e3971fe8476c6711a74089bb211eaaf98d48 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Tue, 30 Sep 2025 14:38:02 +0700 Subject: [PATCH] UPDATE: Responsive for mobile --- src/components/avatarBar/index.tsx | 2 +- src/components/card/characterCard.tsx | 2 +- src/components/card/lightconeCard.tsx | 2 +- src/components/lightconeBar/index.tsx | 79 ++++++++++++++------------- 4 files changed, 45 insertions(+), 40 deletions(-) diff --git a/src/components/avatarBar/index.tsx b/src/components/avatarBar/index.tsx index 61d0e6b..90b555c 100644 --- a/src/components/avatarBar/index.tsx +++ b/src/components/avatarBar/index.tsx @@ -80,7 +80,7 @@ export default function AvatarBar({ onClose }: { onClose?: () => void }) {
-