Fix Git action bar sizing

This commit is contained in:
Georg Bauer
2026-07-27 20:04:21 +02:00
parent b9933ae076
commit 9d58f79295

View File

@@ -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)),