From 2dc6932f298ce00bc83a66b7db0539eb7798e030 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 31 Dec 2024 09:44:52 -0800 Subject: Rework discover-feed trending interstitial (#7314) * Rework discover-feed trending interstitial to take one row * Fix loading state * Try putting it at the top * Color consistency * Tweak some spacing * Show trending when progress guide is there --- src/components/hooks/useHeaderOffset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/hooks/useHeaderOffset.ts') diff --git a/src/components/hooks/useHeaderOffset.ts b/src/components/hooks/useHeaderOffset.ts index c9987df77..2d18fb99b 100644 --- a/src/components/hooks/useHeaderOffset.ts +++ b/src/components/hooks/useHeaderOffset.ts @@ -12,5 +12,5 @@ export function useHeaderOffset() { const tabBarPad = 10 + 10 + 3 // padding + border const normalLineHeight = 20 // matches tab bar const tabBarText = normalLineHeight * fontScale - return navBarHeight + tabBarPad + tabBarText + return navBarHeight + tabBarPad + tabBarText - 4 // for some reason, this calculation is wrong by 4 pixels, which we adjust } -- cgit 1.4.1