mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-17 15:21:50 +00:00
macos: fixed width for downloading/extracting, better padding
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user