add rename and delete improvements
This commit is contained in:
@@ -6,11 +6,11 @@ interface Props {}
|
||||
export const ChatLoader: FC<Props> = () => {
|
||||
return (
|
||||
<div
|
||||
className={`flex justify-center px-[120px] py-[30px] whitespace-pre-wrap dark:bg-[#444654] dark:text-neutral-100 bg-neutral-100 text-neutral-900 dark:border-none"`}
|
||||
className={`flex justify-center py-[30px] whitespace-pre-wrap dark:bg-[#444654] dark:text-neutral-100 bg-neutral-100 text-neutral-900 dark:border-none"`}
|
||||
style={{ overflowWrap: "anywhere" }}
|
||||
>
|
||||
<div className="w-[650px] flex">
|
||||
<div className="mr-4 font-bold min-w-[30px]">AI:</div>
|
||||
<div className="w-full px-4 sm:px-0 sm:w-2/3 md:w-1/2 flex">
|
||||
<div className="mr-4 font-bold min-w-[40px]">AI:</div>
|
||||
<IconDots className="animate-pulse" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user