Skip to content

Commit b42141e

Browse files
Make the tappable region of the menu button taller
1 parent 99ed89e commit b42141e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mastodon/In Progress New Layout and Datamodel/Common Components/Views/TimelineRowViews/MastodonPostRowView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ private struct ActionBar: View {
452452
Label("", systemImage: "ellipsis")
453453
.font(.subheadline)
454454
.foregroundStyle(.secondary)
455-
.frame(minWidth: 45)
455+
.frame(minWidth: 45, minHeight: 45)
456456
.contentShape(Rectangle())
457457
}
458458
}

0 commit comments

Comments
 (0)