From 7881d5e80a858e055b5756207e5ff526d382fb20 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Tue, 30 Sep 2025 14:00:46 +0700 Subject: [PATCH] UPDATE: Responsive for mobile --- src/components/avatarBar/index.tsx | 6 +++--- src/components/lightconeBar/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/avatarBar/index.tsx b/src/components/avatarBar/index.tsx index 6f9a228..61d0e6b 100644 --- a/src/components/avatarBar/index.tsx +++ b/src/components/avatarBar/index.tsx @@ -35,7 +35,7 @@ export default function AvatarBar({ onClose }: { onClose?: () => void }) { onChange={(e) => setFilter({ ...filter, name: e.target.value, locale: locale })} /> -
+
{Object.keys(listElement).map((key, index) => (
void }) { ))}
-
+
{Object.keys(listPath).map((key, index) => (
void }) {
-
    +
      {listAvatar.map((item, index) => (
      { setAvatarSelected(item); diff --git a/src/components/lightconeBar/index.tsx b/src/components/lightconeBar/index.tsx index c16c572..0cb087f 100644 --- a/src/components/lightconeBar/index.tsx +++ b/src/components/lightconeBar/index.tsx @@ -67,7 +67,7 @@ export default function LightconeBar() {
      Filter
      -
      +
      {Object.keys(listPath).map((key, index) => (
      -
      +
      {Object.keys(listRank).map((key, index) => (