Merge branch 'develop' into feat/kefintweaks-watchlist

This commit is contained in:
Simon Eklundh
2026-06-26 09:22:09 +02:00
committed by GitHub
19 changed files with 386 additions and 72 deletions

View File

@@ -379,7 +379,7 @@ export const TVHeroCarousel: React.FC<TVHeroCarouselProps> = ({
if (items.length === 0) return null;
// Extra top padding for tvOS to clear the menu bar
const tvosTopPadding = Platform.OS === "ios" ? scaleSize(145) : 0;
const tvosTopPadding = scaleSize(145);
const heroHeight = SCREEN_HEIGHT * sizes.padding.heroHeight;
return (