fix Landscape layout of SeriesItemView

This commit is contained in:
PangMo5 2021-08-16 06:50:25 +09:00
parent 5efa29a9a5
commit b7a669a89d
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ struct SeriesItemView: View {
}
}
}
.padding(.top, 16)
.padding([.top, .leading], 16)
innerBody
}
}