fix: prompt sidebar not showing on small devices (#232)

* fix: overlap between plus and prompt menu icon

* fix: prompt sidebar not showing on small devices
This commit is contained in:
Syed Muzamil 2023-03-28 14:03:15 +05:30 committed by GitHub
parent 7c74df338e
commit 5d31947ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export const Promptbar: FC<Props> = ({
return (
<div
className={`fixed top-0 bottom-0 z-50 flex h-full w-[260px] flex-none flex-col space-y-2 bg-[#202123] p-2 text-[14px] transition-all sm:relative sm:top-0`}
className={`fixed top-0 right-0 z-50 flex h-full w-[260px] flex-none flex-col space-y-2 bg-[#202123] p-2 text-[14px] transition-all sm:relative sm:top-0`}
>
<div className="flex items-center">
<button