Merge branch 'main' of https://github.com/staticGuru/DocsGPT into chatroom-rename-#495

This commit is contained in:
staticGuru
2023-10-09 14:58:21 +05:30
23 changed files with 164 additions and 101 deletions

View File

@@ -256,7 +256,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
<div className="flex flex-col-reverse border-b-2">
<div className="relative my-4 flex gap-2 px-2">
<div
className="flex h-12 min-w-[85%] cursor-pointer justify-between rounded-3xl rounded-md border-2 bg-white"
className="flex h-12 w-full cursor-pointer justify-between rounded-3xl border-2 bg-white"
onClick={() => setIsDocsListOpen(!isDocsListOpen)}
>
{selectedDocs && (