Fix padding for ItemPersonView shows and movies
This commit is contained in:
parent
5c0aeedc3d
commit
c9fea34184
@ -14,7 +14,7 @@ struct ItemPersonViewItemsRow: View {
|
||||
|
||||
var body: some View {
|
||||
ScrollView(.horizontal) {
|
||||
LazyHStack {
|
||||
HStack {
|
||||
ForEach(items) {item in
|
||||
NavigationLink {
|
||||
ItemView(item: item)
|
||||
@ -22,7 +22,6 @@ struct ItemPersonViewItemsRow: View {
|
||||
ItemIconView(item: item, width: 150)
|
||||
.showCaption()
|
||||
.setAspectRatio(item.primaryImageAspectRatio ?? 0.6)
|
||||
.padding()
|
||||
}
|
||||
.buttonStyle(PlainButtonStyle())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user