mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
small nav fix
This commit is contained in:
parent
db9a416ca0
commit
d8104381a5
@ -37,7 +37,7 @@ export default function Navigation({
|
||||
<>
|
||||
<div
|
||||
className={`${
|
||||
navState === 'INACTIVE' && '-ml-96 md:-ml-60 lg:-ml-80'
|
||||
navState === 'INACTIVE' && '-ml-96 md:-ml-[14rem] lg:-ml-80'
|
||||
} fixed z-10 flex h-full w-72 flex-col border-r-2 border-gray-100 bg-gray-50 transition-all duration-200 lg:w-96`}
|
||||
>
|
||||
<div className={'h-16 w-full border-b-2 border-gray-100'}>
|
||||
|
Loading…
Reference in New Issue
Block a user