This commit is contained in:
Francesco 2025-06-01 22:02:03 +02:00
parent ac0507e615
commit f4f6707f5f
2 changed files with 2 additions and 1 deletions

View file

@ -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()
} }

View file

@ -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 {