-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Update ChatTextArea.tsx #5586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ChatTextArea.tsx #5586
Conversation
fix issue 5583
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes an issue with the positioning of the TTS (Text-to-Speech) stop button in the ChatTextArea component. The change adjusts the button's horizontal position to prevent overlap with other UI elements.
- Updates the CSS positioning of the TTS stop button from
right-0toright-10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @sensei-woo!
I made a change and moved it to the bottom next to indexing:

It seems like a better spot for it so it doesn't get in the way of the text.
fix issue #5583
Related GitHub Issue
Closes: #5583
Roo Code Task Context (Optional)
Description
Test Procedure
Pre-Submission Checklist
Screenshots / Videos
Documentation Updates
Additional Notes
Get in Touch
Important
Fix button positioning issue in
ChatTextArea.tsxby adjustingclassNamefromright-0toright-10.classNameofButtoninChatTextArea.tsxfromright-0toright-10to fix positioning issue.This description was created by
for fef3f15. You can customize this summary. It will automatically update as commits are pushed.