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 {
|
var body: some View {
|
||||||
ScrollView(.horizontal) {
|
ScrollView(.horizontal) {
|
||||||
LazyHStack {
|
HStack {
|
||||||
ForEach(items) {item in
|
ForEach(items) {item in
|
||||||
NavigationLink {
|
NavigationLink {
|
||||||
ItemView(item: item)
|
ItemView(item: item)
|
||||||
@ -22,7 +22,6 @@ struct ItemPersonViewItemsRow: View {
|
|||||||
ItemIconView(item: item, width: 150)
|
ItemIconView(item: item, width: 150)
|
||||||
.showCaption()
|
.showCaption()
|
||||||
.setAspectRatio(item.primaryImageAspectRatio ?? 0.6)
|
.setAspectRatio(item.primaryImageAspectRatio ?? 0.6)
|
||||||
.padding()
|
|
||||||
}
|
}
|
||||||
.buttonStyle(PlainButtonStyle())
|
.buttonStyle(PlainButtonStyle())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user