macos: fixed width for downloading/extracting, better padding

This commit is contained in:
Mitchell Hashimoto
2025-10-10 07:18:54 -07:00
parent f124bb4975
commit ba8eae027e
4 changed files with 29 additions and 4 deletions

View File

@@ -131,8 +131,8 @@ fileprivate struct UpdateOverlay: View {
HStack {
Spacer()
UpdatePill(model: appDelegate.updateViewModel)
.padding(.bottom, 12)
.padding(.trailing, 12)
.padding(.bottom, 9)
.padding(.trailing, 9)
}
}
}