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 = `