Fixed Jack's issue with homepage gap at the top.
Closes: #328 Changelog-Fixed: Fix padding issue at top of home timeline
This commit is contained in:
committed by
William Casarin
parent
031408dec3
commit
fb1f99e728
@@ -103,7 +103,7 @@ struct ContentView: View {
|
||||
}
|
||||
.tabViewStyle(.page(indexDisplayMode: .never))
|
||||
}
|
||||
.safeAreaInset(edge: .top) {
|
||||
.safeAreaInset(edge: .top, spacing: 0) {
|
||||
VStack(spacing: 0) {
|
||||
FiltersView
|
||||
//.frame(maxWidth: 275)
|
||||
|
||||
@@ -52,6 +52,7 @@ struct InnerTimelineView: View {
|
||||
}
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.padding(.top,10)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user