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
|
||||
model.unsubscribe()
|
||||
model.subscribe()
|
||||
}
|
||||
}.padding(.horizontal)
|
||||
}
|
||||
|
||||
var MainContent: some View {
|
||||
|
||||
@@ -287,8 +287,8 @@ struct ThreadV2View: View {
|
||||
)
|
||||
}.buttonStyle(.plain)
|
||||
}
|
||||
}
|
||||
}.padding().navigationBarTitle("Thread")
|
||||
}.padding()
|
||||
}.navigationBarTitle("Thread")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user