From 7da20c37c179552b9b2c48c098d83ecdb0b936c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 08:33:28 +0100 Subject: [PATCH] fix: move generate button into App Details card, stretch to full height App Details card is now flex-1 min-h-0 so it fills the remaining left column height, matching the right panel. Generate/Reset buttons are pinned at the bottom of the card with a border-t divider. Co-Authored-By: Claude Sonnet 4.6 --- components/favicon/FaviconGenerator.tsx | 40 ++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/components/favicon/FaviconGenerator.tsx b/components/favicon/FaviconGenerator.tsx index 1d3d06f..c9a0d5e 100644 --- a/components/favicon/FaviconGenerator.tsx +++ b/components/favicon/FaviconGenerator.tsx @@ -116,11 +116,11 @@ export function FaviconGenerator() { {/* App config */} -
- +
+ App Details -
+
-
- {/* Action buttons */} -
- {result && ( - + )} + - )} - +