Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/resize-create-worktree-button.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---

Resize and right-align the Agent Manager Create Worktree button.
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,8 @@ body.am-wt-dragging-active * {

/* Fixed footer for the submit button */
.am-nv-dialog-footer {
display: flex;
justify-content: flex-end;
flex-shrink: 0;
padding: 14px 20px 20px;
}
Expand Down Expand Up @@ -3285,7 +3287,7 @@ body.am-wt-dragging-active * {
}

.am-nv-submit {
width: 100%;
width: auto;
justify-content: center;
}

Expand Down
Loading