Skip to content

Commit d39b504

Browse files
committed
fix discover status
1 parent 8661b6a commit d39b504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iosApp/flare/UI/Screen/HomeTimelineScreen.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct HomeTimelineScreen: View {
5656
})
5757
.safeAreaInset(edge: .top) {
5858
HStack(
59-
spacing: 4
59+
spacing: 2
6060
) {
6161
ScrollView(.horizontal) {
6262
GlassEffectContainer {
@@ -94,6 +94,9 @@ struct HomeTimelineScreen: View {
9494
}
9595
}
9696
}
97+
.padding(.horizontal)
98+
.padding(.vertical, 8)
99+
.glassEffect()
97100
.scrollIndicators(.hidden)
98101
Spacer()
99102
if case .error = onEnum(of: presenter.state.user) {
@@ -114,9 +117,6 @@ struct HomeTimelineScreen: View {
114117
}
115118
}
116119
.padding(.horizontal)
117-
.padding(.vertical, 8)
118-
.glassEffect()
119-
.padding(.horizontal)
120120
.offset(y: -headerOffset)
121121
}
122122
.toolbarVisibility(.hidden, for: .navigationBar)

0 commit comments

Comments
 (0)