mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Minor layout fixes
This commit is contained in:
parent
2ffe937415
commit
ebbc4876e2
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user