diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index 351d33508..5ca366b7b 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -245,7 +245,7 @@ struct AnimatingCellHeight: AnimatableModifier { var toolbarItems: some ToolbarContent { Group { ToolbarItem(placement: .barLeading) { - if horizontalSizeClass != .compact { + if UIDevice.isIPhone || horizontalSizeClass != .compact { VStack(alignment: .leading) { let showDate = isListScrolled && !listTitle.isEmpty if let title = viewModel.appliedFilter?.name {