diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index 532edd3bc..62b16cd7f 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -1214,7 +1214,7 @@ export const PromptInput: Component = (props) => { onKeyDown={handleKeyDown} classList={{ "select-text": true, - "w-full pl-3 pr-2 pt-2 pb-11 text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap": true, + "w-full pl-3 pr-2 pt-2 pb-[52px] text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap": true, "[&_[data-type=file]]:text-syntax-property": true, "[&_[data-type=agent]]:text-syntax-type": true, "font-mono!": store.mode === "shell", @@ -1222,7 +1222,7 @@ export const PromptInput: Component = (props) => { />
{placeholder()} @@ -1250,30 +1250,6 @@ export const PromptInput: Component = (props) => { "pointer-events": buttonsSpring() > 0.5 ? "auto" : "none", }} > - - - - = (props) => {
-
+
0.5 ? "auto" : "none", + }} + >
@@ -1494,6 +1463,51 @@ export const PromptInput: Component = (props) => { variant="ghost" /> + + + +