From f9dd7a396c7abcefcfc631cfbdb7a152d72b9a03 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sun, 14 Sep 2025 17:17:41 +0100 Subject: [PATCH] style: fix responsiveness of filter menu --- src/components/mii-list/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/mii-list/index.tsx b/src/components/mii-list/index.tsx index 7c363a9..0e253c5 100644 --- a/src/components/mii-list/index.tsx +++ b/src/components/mii-list/index.tsx @@ -187,7 +187,7 @@ export default async function MiiList({ searchParams, userId, inLikesPage }: Pro return (
-
+
{totalCount == filteredCount ? ( <> @@ -204,7 +204,7 @@ export default async function MiiList({ searchParams, userId, inLikesPage }: Pro )}
-
+