mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-08 03:00:21 +00:00
uh?
This commit is contained in:
parent
ac0507e615
commit
f4f6707f5f
2 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ struct SearchSkeletonCell: View {
|
||||||
|
|
||||||
RoundedRectangle(cornerRadius: 5)
|
RoundedRectangle(cornerRadius: 5)
|
||||||
.fill(Color.gray.opacity(0.3))
|
.fill(Color.gray.opacity(0.3))
|
||||||
.frame(width: cellWidth - 10, height: 14)
|
.frame(width: cellWidth - 10, height: 20)
|
||||||
.padding(.bottom)
|
.padding(.bottom)
|
||||||
.shimmering()
|
.shimmering()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,7 @@ struct MediaInfoView: View {
|
||||||
.navigationBarHidden(true)
|
.navigationBarHidden(true)
|
||||||
.navigationBarTitleDisplayMode(.inline)
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
.navigationBarTitle("")
|
.navigationBarTitle("")
|
||||||
|
.navigationBarBackButtonHidden(true)
|
||||||
.ignoresSafeArea(.container, edges: .top)
|
.ignoresSafeArea(.container, edges: .top)
|
||||||
|
|
||||||
VStack {
|
VStack {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue