From 9d542730cd91deaa7cfa65ccb43e0330c6e726cd Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:49:34 +1000 Subject: [PATCH] removed width 0 onload --- src/components/ui/NavigationBar.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/ui/NavigationBar.tsx b/src/components/ui/NavigationBar.tsx index 80e70c3..9dc99d5 100644 --- a/src/components/ui/NavigationBar.tsx +++ b/src/components/ui/NavigationBar.tsx @@ -117,13 +117,10 @@ export const HoverNavigation = ({ width: availableVisible ? "auto" : "0px", opacity: availableVisible ? "100%" : "0%", }} - initial={{ - width: "0px", - }} className="flex w-auto flex-row items-center justify-center pr-2 whitespace-nowrap opacity-100 lg:w-0 lg:opacity-0" >