diff --git a/Shared/Navigation/ContentView.swift b/Shared/Navigation/ContentView.swift index 350efee3..0217f81a 100644 --- a/Shared/Navigation/ContentView.swift +++ b/Shared/Navigation/ContentView.swift @@ -167,6 +167,9 @@ struct ContentView: View { #if os(iOS) .statusBarHidden(player.playingFullScreen) #endif + #if os(macOS) + .frame(minWidth: 1200) + #endif } @ViewBuilder var videoPlayer: some View {