mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +05:30
Minor UI fixes
This commit is contained in:
parent
bd59b8e2c3
commit
e97daa1944
@ -20,7 +20,7 @@ struct AppTabNavigation: View {
|
|||||||
subscriptionsNavigationView
|
subscriptionsNavigationView
|
||||||
}
|
}
|
||||||
|
|
||||||
if visibleSections.contains(.popular), accounts.app.supportsPopular {
|
if visibleSections.contains(.popular), accounts.app.supportsPopular, visibleSections.count < 5 {
|
||||||
popularNavigationView
|
popularNavigationView
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,8 +105,9 @@ struct VideoPlayerView: View {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
.background(colorScheme == .dark ? Color.black : Color.white)
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.frame(minWidth: 650)
|
.frame(minWidth: 650)
|
||||||
#endif
|
#endif
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
if sidebarQueue {
|
if sidebarQueue {
|
||||||
|
Loading…
Reference in New Issue
Block a user