From e3922e73772ebc5a3c386462444592b1fad44183 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Thu, 25 Jan 2024 10:47:43 +0800 Subject: [PATCH] fix(nav): show search bar in small device --- frontend/src/components/Navbar.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 06bf52b..a0b9d35 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -47,11 +47,11 @@ const Navbar: React.FC = () => { + className="text-xl text-black dark:text-white hidden sm:flex"> VoRteX -
+
= () => { tabIndex={0} className="flex flex-row items-center ml-5 opacity-60 hover:opacity-80 transition-opacity"> - + Menu