mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-19 18:11:14 +01:00
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:
@@ -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" : ""}.
|
||||||
|
|||||||
Reference in New Issue
Block a user