diff --git a/Yattee/Views/Toast/ToastCardView.swift b/Yattee/Views/Toast/ToastCardView.swift index bbd40fe2..72e6eef7 100644 --- a/Yattee/Views/Toast/ToastCardView.swift +++ b/Yattee/Views/Toast/ToastCardView.swift @@ -39,6 +39,10 @@ struct ToastCardView: View { } } + #if os(macOS) + Spacer(minLength: 0) + #endif + // Action button (if present) if let action = toast.action { actionButton(action)