From 22ac70dc9f5f77ef16eb91566fb66a26524b0713 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 2 Oct 2025 10:51:12 +0200 Subject: [PATCH] style: remove extra padding from results header - Remove pb-2 class from results header div - Improve visual spacing consistency - Clean up layout spacing issues --- web/src/components/community-icon-search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/community-icon-search.tsx b/web/src/components/community-icon-search.tsx index 1cbccfea..3f108105 100644 --- a/web/src/components/community-icon-search.tsx +++ b/web/src/components/community-icon-search.tsx @@ -391,7 +391,7 @@ export function CommunityIconSearch({ icons }: CommunityIconSearchProps) { ) : (
-
+

Found {filteredIcons.length} icon {filteredIcons.length !== 1 ? "s" : ""}.