Fix padding on search results view
Changelog-Fixed: Fix padding on search results view Closes: #232
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 {
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ struct SearchResultsView: View {
|
|||||||
case .none:
|
case .none:
|
||||||
Text("none")
|
Text("none")
|
||||||
}
|
}
|
||||||
}
|
}.padding(.horizontal)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user