UI improvements

This commit is contained in:
Arkadiusz Fal
2022-12-12 19:46:31 +01:00
parent a35d697ebe
commit b351b31e05
2 changed files with 15 additions and 23 deletions

View File

@@ -16,6 +16,13 @@ struct ContentItemView: View {
.contextMenu {
VideoContextMenuView(video: item.video)
}
#if os(tvOS)
.padding(.horizontal, 30)
#endif
#if !os(tvOS)
Divider()
#endif
}
case .playlist:
ChannelPlaylistCell(playlist: item.playlist)