Minor tvOS controls and remote improvements

This commit is contained in:
Arkadiusz Fal
2022-06-29 23:43:39 +02:00
parent 1645c81e00
commit 97e9889682
6 changed files with 137 additions and 25 deletions

View File

@@ -70,7 +70,7 @@ struct PlayerControls: View {
.zIndex(1)
}
#if os(tvOS)
.offset(y: -100)
.offset(y: -50)
#endif
.frame(maxWidth: 500)
.padding(.bottom, 2)