mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 07:32:08 +00:00
idk
This commit is contained in:
parent
5a56dadc59
commit
7513727ced
4 changed files with 2 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ struct SearchSkeletonCell: View {
|
|||
|
||||
RoundedRectangle(cornerRadius: 5)
|
||||
.fill(Color.gray.opacity(0.3))
|
||||
.frame(width: cellWidth - 10, height: 20)
|
||||
.frame(width: cellWidth - 10, height: cellWidth/0.75)
|
||||
.shimmering()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -284,11 +284,10 @@ struct MediaInfoView: View {
|
|||
}
|
||||
}
|
||||
.onAppear {
|
||||
UIScrollView.appearance().bounces = false
|
||||
UIScrollView.appearance().bounces = true
|
||||
}
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarTitle("")
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
.ignoresSafeArea(.container, edges: .top)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ struct SearchResultsGrid: View {
|
|||
.clipShape(RoundedRectangle(cornerRadius: 12))
|
||||
.padding(4)
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
}
|
||||
.padding(.top)
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ struct SearchView: View {
|
|||
onClearHistory: clearSearchHistory
|
||||
)
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
.scrollViewBottomPadding()
|
||||
.simultaneousGesture(
|
||||
DragGesture().onChanged { _ in
|
||||
|
|
|
|||
Loading…
Reference in a new issue