mirror of
https://github.com/yattee/yattee.git
synced 2025-01-08 22:07:10 +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 {
|
if let video = navigationState.video {
|
||||||
VideoPlayerView(video)
|
VideoPlayerView(video)
|
||||||
#if !os(iOS)
|
#if !os(iOS)
|
||||||
.frame(minWidth: 500, minHeight: 300)
|
.frame(minWidth: 590, minHeight: 500)
|
||||||
.onExitCommand {
|
.onExitCommand {
|
||||||
navigationState.showingVideo = false
|
navigationState.showingVideo = false
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@ struct VideosView: View {
|
|||||||
}
|
}
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.background()
|
.background()
|
||||||
|
.frame(minWidth: 360)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user