From 381b92d5e47280e5f25ba772ccad9922b070a097 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 17 Jun 2026 08:13:28 -0600 Subject: [PATCH] refactor: enhance UI components in HandleCertificate and SidebarLogo - Updated the HandleCertificate component to improve dialog content height and textarea styling for better usability. - Adjusted the SidebarLogo component layout to enhance alignment and spacing, ensuring a more consistent appearance across the sidebar. - Implemented responsive design adjustments to textarea elements, preventing overflow and improving user experience. --- .../settings/certificates/handle-certificate.tsx | 6 +++--- apps/dokploy/components/layouts/side.tsx | 16 ++++++---------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/certificates/handle-certificate.tsx b/apps/dokploy/components/dashboard/settings/certificates/handle-certificate.tsx index cbd306346..10abccc68 100644 --- a/apps/dokploy/components/dashboard/settings/certificates/handle-certificate.tsx +++ b/apps/dokploy/components/dashboard/settings/certificates/handle-certificate.tsx @@ -160,7 +160,7 @@ export const HandleCertificate = ({ certificateId }: Props) => { )} - + {certificateId ? "Update" : "Add New"} Certificate @@ -200,7 +200,7 @@ export const HandleCertificate = ({ certificateId }: Props) => { Certificate Data