fix Landscape layout of SeriesItemView
This commit is contained in:
parent
5efa29a9a5
commit
b7a669a89d
|
@ -208,7 +208,7 @@ struct SeriesItemView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.padding(.top, 16)
|
||||
.padding([.top, .leading], 16)
|
||||
innerBody
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue