diff --git a/client/src/components/Chat/Input/ChatForm.tsx b/client/src/components/Chat/Input/ChatForm.tsx index 5b49e7bb1f..8067eded4d 100644 --- a/client/src/components/Chat/Input/ChatForm.tsx +++ b/client/src/components/Chat/Input/ChatForm.tsx @@ -81,7 +81,7 @@ const ChatForm = ({ index = 0 }) => { >
-
+
{ : 'pl-3 md:pl-4', 'm-0 w-full resize-none border-0 bg-transparent py-[10px] pr-10 placeholder-black/50 focus:ring-0 focus-visible:ring-0 dark:bg-transparent dark:placeholder-white/50 md:py-3.5 md:pr-12 ', removeFocusOutlines, - 'max-h-[65vh] md:max-h-[85vh]', + 'max-h-[65vh] md:max-h-[75vh]', )} /> )} diff --git a/client/src/components/Chat/Input/Files/FilesView.tsx b/client/src/components/Chat/Input/Files/FilesView.tsx index 6a909d2fda..32acf6aa2f 100644 --- a/client/src/components/Chat/Input/Files/FilesView.tsx +++ b/client/src/components/Chat/Input/Files/FilesView.tsx @@ -27,7 +27,7 @@ export default function Files({ open, onOpenChange }) { return ( - + {localize('com_nav_my_files')} diff --git a/client/src/components/Chat/Input/Files/Table/DataTable.tsx b/client/src/components/Chat/Input/Files/Table/DataTable.tsx index 4185d1380f..5fd01964c4 100644 --- a/client/src/components/Chat/Input/Files/Table/DataTable.tsx +++ b/client/src/components/Chat/Input/Files/Table/DataTable.tsx @@ -143,7 +143,7 @@ export default function DataTable({ columns, data }: DataTablePro return ( {header.isPlaceholder diff --git a/client/src/components/Chat/Input/HeaderOptions.tsx b/client/src/components/Chat/Input/HeaderOptions.tsx index 1bfd4b142a..c0fcf61c71 100644 --- a/client/src/components/Chat/Input/HeaderOptions.tsx +++ b/client/src/components/Chat/Input/HeaderOptions.tsx @@ -81,8 +81,8 @@ export default function OptionsBar() { type="button" className={cn( cardStyle, - 'min-w-4 z-50 flex h-[40px] flex-none items-center justify-center px-3 focus:ring-0 focus:ring-offset-0', - 'hover:bg-gray-50 radix-state-open:bg-gray-50 dark:hover:bg-black/10 dark:radix-state-open:bg-black/20', + 'z-50 flex h-[40px] min-w-4 flex-none items-center justify-center px-3 focus:ring-0 focus:ring-offset-0', + 'hover:bg-gray-50 radix-state-open:bg-gray-50 dark:hover:bg-gray-700 dark:radix-state-open:bg-gray-700', )} onClick={triggerAdvancedMode} > diff --git a/client/src/components/Chat/Input/OptionsPopover.tsx b/client/src/components/Chat/Input/OptionsPopover.tsx index ea1d3daa63..e936156f8a 100644 --- a/client/src/components/Chat/Input/OptionsPopover.tsx +++ b/client/src/components/Chat/Input/OptionsPopover.tsx @@ -56,14 +56,14 @@ export default function OptionsPopover({
-
+
); } diff --git a/client/src/components/Endpoints/EndpointOptionsPopover.tsx b/client/src/components/Endpoints/EndpointOptionsPopover.tsx index dfa6e912e1..24f9dbb507 100644 --- a/client/src/components/Endpoints/EndpointOptionsPopover.tsx +++ b/client/src/components/Endpoints/EndpointOptionsPopover.tsx @@ -42,7 +42,7 @@ export default function EndpointOptionsPopover({ 'border-d-0 flex w-full flex-col overflow-hidden rounded-none border-s-0 border-t bg-white px-0 pb-[10px] dark:border-white/10 md:rounded-md md:border lg:w-[736px]', )} > -
+