Merge branch 'fe-fixed' of https://github.com/arc53/DocsGPT into fe-fixed

pull/125/head
TaylorS15 1 year ago
commit 57cb323387

@ -16,7 +16,7 @@ export default function App() {
/>
<div
className={`transition-all duration-200 ${
navState === 'ACTIVE' ? 'ml-0 md:ml-72 lg:ml-96' : ' ml-0 md:ml-16'
navState === 'ACTIVE' ? 'ml-0 md:ml-72 lg:ml-60' : ' ml-0 md:ml-16'
}`}
>
<Routes>

@ -78,7 +78,7 @@ export default function Navigation({
<div className="flex-grow border-b-2 border-gray-100"></div>
<div className="flex flex-grow flex-col-reverse border-b-2">
<div className="relative my-4 px-6 ">
<div className="relative my-4 px-6">
<div
className="flex h-12 w-full cursor-pointer justify-between rounded-md border-2"
onClick={() => setIsDocsListOpen(!isDocsListOpen)}

Loading…
Cancel
Save