mobile improvements

This commit is contained in:
Mckay Wrigley
2023-03-18 04:29:39 -06:00
parent fa4e27a164
commit fad67499e7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export const ChatInput: FC<Props> = ({ onSend }) => {
return (
<div className="relative">
<div className="absolute bottom-[-120px] w-full">
<div className="absolute bottom-[-70px] sm:bottom-[-120px] w-full">
<textarea
ref={textareaRef}
className="rounded-lg pl-4 pr-8 py-3 w-full focus:outline-none max-h-[280px] dark:bg-[#40414F] dark:border-opacity-50 dark:border-neutral-800 dark:text-neutral-100 border border-neutral-300 shadow text-neutral-900"