enable dropdown always

master
howard 2021-04-22 23:38:07 -07:00
parent 9aab8cab0b
commit ed7af821e8
1 changed files with 3 additions and 3 deletions

View File

@ -168,8 +168,7 @@ export const NavBar = () => {
{/* <div className='w-auto h-full flex-1 flex items-center justify-end'> */} {/* <div className='w-auto h-full flex-1 flex items-center justify-end'> */}
<div className='w-auto h-full flex-1 flex items-center justify-end md:justify-between'> <div className='w-auto h-full flex-1 flex items-center justify-end md:justify-between'>
{/* <div className='w-100 h-full items-center font-mono text-lg text-gray-200 select-none hidden md:flex mr-8'> */} <div className='w-100 h-full items-center font-mono text-lg text-gray-200 select-none hidden md:flex mr-8'>
<div className='w-100 h-full items-center font-mono text-lg text-gray-200 select-none flex mr-8'>
<Icon.Logo className='w-auto h-6 mx-1' /> <Icon.Logo className='w-auto h-6 mx-1' />
three.cad three.cad
</div> </div>
@ -188,7 +187,8 @@ export const NavBar = () => {
)) ))
} }
</div> </div>
<div className='w-auto h-full flex-1 items-center justify-end flex-shrink-1 hidden lg:flex'> {/* <div className='w-auto h-full flex-1 items-center justify-end flex-shrink-1 hidden lg:flex'> */}
<div className='w-auto h-full flex-1 items-center justify-end flex-shrink-1 flex'>
<DropDown /> <DropDown />
<a href='https://github.com/twpride/threeCAD' className='h-full w=auto'> <a href='https://github.com/twpride/threeCAD' className='h-full w=auto'>
<FaGithub className="btn-green w-auto h-full p-3.5"></FaGithub> <FaGithub className="btn-green w-auto h-full p-3.5"></FaGithub>