Fix Git action bar sizing
This commit is contained in:
@@ -145,7 +145,7 @@ impl App {
|
||||
),
|
||||
commit_input,
|
||||
git_icon_action("●", "Commit", commit_ready.then_some(Message::GitCommit)),
|
||||
rule::vertical(22),
|
||||
Space::new().width(6),
|
||||
git_icon_action("↻", "Fetch from origin", idle.then_some(Message::GitFetch)),
|
||||
git_icon_action("↓", "Pull from origin", idle.then_some(Message::GitPull)),
|
||||
git_icon_action("↑", "Push to origin", idle.then_some(Message::GitPush)),
|
||||
|
||||
Reference in New Issue
Block a user