We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc4156 commit 45751aeCopy full SHA for 45751ae
WordPress/Classes/ViewRelated/Reader/Subscriptions/ReaderSubscriptionCell.swift
@@ -18,7 +18,7 @@ struct ReaderSubscriptionCell: View {
18
}
19
20
var body: some View {
21
- HStack(spacing: 4) {
+ HStack(spacing: 0) {
22
HStack(spacing: 16) {
23
let size = SiteIconViewModel.Size.regular
24
SiteIconView(viewModel: .init(readerSiteTopic: site, size: size))
@@ -65,7 +65,8 @@ struct ReaderSubscriptionCell: View {
65
66
67
.font(.subheadline)
68
- .frame(width: 44, alignment: .center)
+ .frame(width: 34, alignment: .center)
69
+ .padding(.trailing, 6)
70
71
.buttonStyle(.plain)
72
.popover(isPresented: $isShowingSettings) { settings }
0 commit comments