Skip to content

Commit

Permalink
Playback 2024: Top Podcasts Title spacing (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebogo authored Nov 15, 2024
2 parents 6e92ecc + efcb938 commit cef20fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions podcasts/End of Year/Stories/2024/Top5Podcasts2024Story.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ struct Top5Podcasts2024Story: ShareableStory {
.padding(.horizontal, 24)
.disabled(!isSmallScreen) // Disable scrolling on larger where we shouldn't be clipping.
.frame(height: geometry.size.height * 0.65)
VStack {
StoryFooter2024(title: L10n.eoyStoryTopPodcastsTitle, description: nil)
}
StoryFooter2024(title: L10n.eoyStoryTopPodcastsTitle, description: nil)
.padding(.bottom, 2)
}
.frame(maxWidth: .infinity, maxHeight: .infinity)
}
Expand Down

0 comments on commit cef20fc

Please sign in to comment.