New chapters layout

This commit is contained in:
Arkadiusz Fal
2023-04-22 20:06:30 +02:00
parent d52ccf2ce6
commit 6596a440a5
7 changed files with 142 additions and 39 deletions

View File

@@ -412,7 +412,7 @@ struct VideoPlayerView: View {
List {
PlayerQueueView(sidebarQueue: true)
}
.frame(maxWidth: 350)
.frame(maxWidth: 450)
.background(colorScheme == .dark ? Color.black : Color.white)
}
#endif
@@ -431,6 +431,7 @@ struct VideoPlayerView: View {
}
)
#endif
.ignoresSafeArea(edges: .horizontal)
}
var fullScreenPlayer: Bool {