mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fix icon alignment
This commit is contained in:
parent
e4a7201a14
commit
98fdf898be
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ const ChatView = ({
|
|||
style={{
|
||||
position: "absolute",
|
||||
right: 20,
|
||||
bottom: 14, // Align with the bottom padding of the container
|
||||
bottom: 13.5, // Align with the bottom padding of the container
|
||||
display: "flex",
|
||||
alignItems: "flex-end",
|
||||
height: "calc(100% - 20px)", // Full height minus top and bottom padding
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue