mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 14:42:05 +00:00 
			
		
		
		
	Minor layout fixes
This commit is contained in:
		@@ -27,7 +27,7 @@ struct ContentView: View {
 | 
			
		||||
                if let video = navigationState.video {
 | 
			
		||||
                    VideoPlayerView(video)
 | 
			
		||||
                    #if !os(iOS)
 | 
			
		||||
                        .frame(minWidth: 500, minHeight: 300)
 | 
			
		||||
                        .frame(minWidth: 590, minHeight: 500)
 | 
			
		||||
                        .onExitCommand {
 | 
			
		||||
                            navigationState.showingVideo = false
 | 
			
		||||
                        }
 | 
			
		||||
 
 | 
			
		||||
@@ -26,6 +26,7 @@ struct VideosView: View {
 | 
			
		||||
        }
 | 
			
		||||
        #if os(macOS)
 | 
			
		||||
            .background()
 | 
			
		||||
            .frame(minWidth: 360)
 | 
			
		||||
        #endif
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user