mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Minor UI fixes
This commit is contained in:
@@ -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,6 +105,7 @@ 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
|
||||||
|
Reference in New Issue
Block a user