From d9945c0a4f154b303bc1bd486f020e34cc31a6db Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Fri, 17 Apr 2026 22:24:08 -0600 Subject: [PATCH] style: update ShowHome component layout for improved responsiveness - Adjusted the Card component to have a minimum height of 85vh for better visual consistency. - Ensured the inner div has a full height to enhance the layout structure. --- apps/dokploy/components/dashboard/home/show-home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/home/show-home.tsx b/apps/dokploy/components/dashboard/home/show-home.tsx index 93af9604b..f77b71f71 100644 --- a/apps/dokploy/components/dashboard/home/show-home.tsx +++ b/apps/dokploy/components/dashboard/home/show-home.tsx @@ -163,8 +163,8 @@ export const ShowHome = () => { return (
- -
+ +

{firstName ? `Welcome back, ${firstName}` : "Welcome back"}