mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
New chapters layout
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user