mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Adjust icons in input field
This commit is contained in:
@@ -603,7 +603,7 @@ const ChatView = ({
|
|||||||
style={{
|
style={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
right: 20,
|
right: 20,
|
||||||
bottom: 15, // Align with the bottom padding of the container
|
bottom: 14.5, // Align with the bottom padding of the container
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "flex-end",
|
alignItems: "flex-end",
|
||||||
height: "calc(100% - 20px)", // Full height minus top and bottom padding
|
height: "calc(100% - 20px)", // Full height minus top and bottom padding
|
||||||
|
|||||||
Reference in New Issue
Block a user