From 47437ecca8ceb0e2003e930e85f04fe708ad2ca3 Mon Sep 17 00:00:00 2001 From: Hyko Date: Fri, 24 Apr 2026 20:31:09 -0400 Subject: [PATCH] style(admin): improve icons grid layout and card appearance - increase grid columns across breakpoints including md, 2xl, and custom 16-col - add aspect-square and justify-center to icon cards for uniform sizing - update card style with solid border and background instead of transparent hover-only - enlarge icon size from w-5/h-5 to w-7/h-7 and set color to white - add full-width and padding to icon label for better text containment --- src/features/admin/devkit/IconsPage.client.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/features/admin/devkit/IconsPage.client.js b/src/features/admin/devkit/IconsPage.client.js index 687225e..a286161 100644 --- a/src/features/admin/devkit/IconsPage.client.js +++ b/src/features/admin/devkit/IconsPage.client.js @@ -52,16 +52,16 @@ export default function IconsPage() { Aucune icône trouvée pour “{query}”

) : ( -
+
{filtered.map(([name, IconComponent]) => (