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)
.fill(Color.gray.opacity(0.3))
.frame(width: cellWidth - 10, height: 14)
.frame(width: cellWidth - 10, height: 20)
.padding(.bottom)
.shimmering()
}

View file

@ -108,6 +108,7 @@ struct MediaInfoView: View {
.navigationBarHidden(true)
.navigationBarTitleDisplayMode(.inline)
.navigationBarTitle("")
.navigationBarBackButtonHidden(true)
.ignoresSafeArea(.container, edges: .top)
VStack {