style: remove extra padding from results header

- Remove pb-2 class from results header div
- Improve visual spacing consistency
- Clean up layout spacing issues
This commit is contained in:
Thomas Camlong
2025-10-02 10:51:12 +02:00
parent 3aa0c84f75
commit 22ac70dc9f

View File

@@ -391,7 +391,7 @@ export function CommunityIconSearch({ icons }: CommunityIconSearchProps) {
</div> </div>
) : ( ) : (
<div className="space-y-8"> <div className="space-y-8">
<div className="flex justify-between items-center pb-2"> <div className="flex justify-between items-center">
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">
Found {filteredIcons.length} icon Found {filteredIcons.length} icon
{filteredIcons.length !== 1 ? "s" : ""}. {filteredIcons.length !== 1 ? "s" : ""}.