mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
UI improvements
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user