From 1d74f56ededa6152ea2a2c13f4f54f2eaa16eb64 Mon Sep 17 00:00:00 2001 From: mrevanzak Date: Sun, 30 Jun 2024 13:36:02 +0700 Subject: [PATCH] fix: new chat button styles fix --- apps/web/src/components/sidebar/sidebar-user.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/sidebar/sidebar-user.tsx b/apps/web/src/components/sidebar/sidebar-user.tsx index af304a3..bef7760 100644 --- a/apps/web/src/components/sidebar/sidebar-user.tsx +++ b/apps/web/src/components/sidebar/sidebar-user.tsx @@ -117,7 +117,7 @@ export function SidebarUser() { variant="ghost" color="default" fullWidth - className="relative min-w-10 justify-start overflow-clip px-0 transition-all group-data-[open=true]:min-w-20 group-data-[open=false]:-translate-x-3.5" + className="relative min-w-10 justify-start overflow-clip px-0 transition-all group-data-[open=true]:min-w-20 group-data-[open=false]:-translate-x-[13px]" onClick={() => { setOpen(false); searchParams.has("id") @@ -126,7 +126,7 @@ export function SidebarUser() { }} > - {t("new")} + {t("new")}