1
0
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:
Arkadiusz Fal 2021-12-02 21:35:42 +01:00
parent bd59b8e2c3
commit e97daa1944
2 changed files with 3 additions and 2 deletions

View File

@ -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
} }

View File

@ -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 {