mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Minor fixes
This commit is contained in:
@@ -540,7 +540,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "flex-center",
|
alignItems: "flex-center",
|
||||||
height: textAreaBaseHeight || 31,
|
height: textAreaBaseHeight || 31,
|
||||||
bottom: 9, // should be 10 but doesnt look good on mac
|
bottom: 9.5, // should be 10 but doesnt look good on mac
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
}}>
|
}}>
|
||||||
<div style={{ display: "flex", flexDirection: "row", alignItems: "center" }}>
|
<div style={{ display: "flex", flexDirection: "row", alignItems: "center" }}>
|
||||||
|
|||||||
@@ -413,7 +413,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
|
|||||||
}, [visibleMessages, didScrollFromApiReqTs])
|
}, [visibleMessages, didScrollFromApiReqTs])
|
||||||
|
|
||||||
const placeholderText = useMemo(() => {
|
const placeholderText = useMemo(() => {
|
||||||
const text = task ? "Type a message..." : "Type your task here..."
|
const text = task ? "Type a message (@ to add context)..." : "Type your task here (@ to add context)..."
|
||||||
return text
|
return text
|
||||||
}, [task])
|
}, [task])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user