Fix padding on threads and search results view
Closes: #177 Changelog-Fixed: Fix padding on threads and search results views
This commit is contained in:
@@ -55,7 +55,7 @@ struct SearchHomeView: View {
|
|||||||
// Fetch new information by unsubscribing and resubscribing to the relay
|
// Fetch new information by unsubscribing and resubscribing to the relay
|
||||||
model.unsubscribe()
|
model.unsubscribe()
|
||||||
model.subscribe()
|
model.subscribe()
|
||||||
}
|
}.padding(.horizontal)
|
||||||
}
|
}
|
||||||
|
|
||||||
var MainContent: some View {
|
var MainContent: some View {
|
||||||
|
|||||||
@@ -287,8 +287,8 @@ struct ThreadV2View: View {
|
|||||||
)
|
)
|
||||||
}.buttonStyle(.plain)
|
}.buttonStyle(.plain)
|
||||||
}
|
}
|
||||||
}
|
}.padding()
|
||||||
}.padding().navigationBarTitle("Thread")
|
}.navigationBarTitle("Thread")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user