From 4ea61e5579c09df3bebd0c1f04a667b243ac5e89 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Mon, 30 Jun 2025 08:56:32 -0300 Subject: [PATCH] fix: Adjust footer height for desktop view to improve layout consistency --- app/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/footer.tsx b/app/footer.tsx index 01b4f97..f7f3e67 100644 --- a/app/footer.tsx +++ b/app/footer.tsx @@ -127,7 +127,7 @@ const Footer = ({ className = "", shortcuts }) => { const getContainerHeight = () => { if (isMinimized) return 'h-4'; if (isMaximized) return 'h-screen fixed inset-0 z-50 bg-background'; - return isMobile ? 'h-64' : 'h-32'; + return isMobile ? 'h-64' : 'h-40'; }; const scrollbarStyles = `