diff --git a/clients/ios/Classes/FeedDetailViewController.m b/clients/ios/Classes/FeedDetailViewController.m index 994a7e968..348b65565 100644 --- a/clients/ios/Classes/FeedDetailViewController.m +++ b/clients/ios/Classes/FeedDetailViewController.m @@ -1898,7 +1898,7 @@ heightForRowAtIndexPath:(NSIndexPath *)indexPath { } CGPoint topRowPoint = self.storyTitlesTable.contentOffset; - topRowPoint.y = topRowPoint.y + 80.f; + topRowPoint.y = topRowPoint.y + (self.textSize != FeedDetailTextSizeTitleOnly ? 80.f : 60.f); NSIndexPath *indexPath = [self.storyTitlesTable indexPathForRowAtPoint:topRowPoint]; BOOL markReadOnScroll = self.isMarkReadOnScroll;