mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
Adjust cursor vertical alignment in empty state
- Changed cursor top position from 0px to 0.125em - Aligns cursor with text baseline instead of sitting below it - Improves visual consistency with placeholder text
This commit is contained in:
@@ -388,7 +388,7 @@ export const RichChatInput = forwardRef<RichChatInputRef, RichChatInputProps>(({
|
||||
height: "1em",
|
||||
width: "1px",
|
||||
left: "0px",
|
||||
top: "0px",
|
||||
top: "0.125em", // Align with text baseline
|
||||
verticalAlign: "baseline"
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user