no padding on icons in movie view

This commit is contained in:
Aiden Vigue 2021-05-25 10:08:42 -04:00
parent 1db069bd59
commit 0db963fe87
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ struct MovieItemView: View {
}
}
}
}
}.padding(.trailing, UIDevice.current.userInterfaceIdiom == .pad ? 16 : 55)
if(fullItem.Tagline != "") {
Text(fullItem.Tagline).font(.body).italic().padding(.top, 3).fixedSize(horizontal: false, vertical: true).padding(.leading, 16).padding(.trailing,UIDevice.current.userInterfaceIdiom == .pad ? 16 : 55)
}