mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +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)
|
||||
.fill(Color.gray.opacity(0.3))
|
||||
.frame(width: cellWidth - 10, height: 14)
|
||||
.frame(width: cellWidth - 10, height: 20)
|
||||
.padding(.bottom)
|
||||
.shimmering()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ struct MediaInfoView: View {
|
|||
.navigationBarHidden(true)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarTitle("")
|
||||
.navigationBarBackButtonHidden(true)
|
||||
.ignoresSafeArea(.container, edges: .top)
|
||||
|
||||
VStack {
|
||||
|
|
|
|||
Loading…
Reference in a new issue