mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 23:22:08 +00:00
tf is this
This commit is contained in:
parent
f4f6707f5f
commit
271636ed64
2 changed files with 1 additions and 4 deletions
|
|
@ -106,9 +106,6 @@ struct MediaInfoView: View {
|
|||
ZStack {
|
||||
bodyContent
|
||||
.navigationBarHidden(true)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarTitle("")
|
||||
.navigationBarBackButtonHidden(true)
|
||||
.ignoresSafeArea(.container, edges: .top)
|
||||
|
||||
VStack {
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ struct SearchResultsGrid: View {
|
|||
}
|
||||
.clipShape(RoundedRectangle(cornerRadius: 12))
|
||||
.padding(4)
|
||||
}
|
||||
}.id(item.href)
|
||||
}
|
||||
}
|
||||
.padding(.top)
|
||||
|
|
|
|||
Loading…
Reference in a new issue