From ff0aa34515a04aaf0d9e15e018c3d9f1f71510d6 Mon Sep 17 00:00:00 2001 From: shannon Date: Wed, 9 Apr 2025 15:05:45 -0400 Subject: [PATCH] Improve layout of notification filter options Contributes to IOS-398 --- .../NotificationPolicyHostingViewController.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mastodon/Scene/Notification/Notification Filtering/NotificationPolicyHostingViewController.swift b/Mastodon/Scene/Notification/Notification Filtering/NotificationPolicyHostingViewController.swift index 5aafeee56..7b27ca992 100644 --- a/Mastodon/Scene/Notification/Notification Filtering/NotificationPolicyHostingViewController.swift +++ b/Mastodon/Scene/Notification/Notification Filtering/NotificationPolicyHostingViewController.swift @@ -286,7 +286,8 @@ extension NotificationPolicyView { .font(.caption) .frame(width: checkmarkWidth, height: checkmarkWidth) } else { - Spacer() + Rectangle() + .fill(Color.clear) .frame(width: checkmarkWidth, height: checkmarkWidth) } @@ -295,9 +296,8 @@ extension NotificationPolicyView { Text(option.displaySubtitle) .font(.caption2) } - .padding(5) } - .padding() + .padding(7) .fixedSize(horizontal: false, vertical: true) .onTapGesture { withAnimation {