feat: fe mobile responsive next (#1609)
This commit is contained in:
@@ -34,7 +34,7 @@ const Nav = ({
|
||||
|
||||
return (
|
||||
<div className={`
|
||||
flex items-center h-8 mr-3 px-0.5 rounded-xl text-sm shrink-0 font-medium
|
||||
flex items-center h-8 mr-0 sm:mr-3 px-0.5 rounded-xl text-sm shrink-0 font-medium
|
||||
${isActived && 'bg-white shadow-md font-semibold'}
|
||||
${!curNav && !isActived && 'hover:bg-gray-200'}
|
||||
`}>
|
||||
|
||||
Reference in New Issue
Block a user