Browse Source

Tweak thumbnail display

Matt Rubens 1 year ago
parent
commit
2cffbc860b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/chat/ChatTextArea.tsx

+ 1 - 1
webview-ui/src/components/chat/ChatTextArea.tsx

@@ -661,7 +661,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
 						style={{
 							position: "absolute",
 							paddingTop: 4,
-							bottom: 14,
+							bottom: 32,
 							left: 22,
 							right: 67,
 							zIndex: 2,