Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Dont reposition load latest button on desktop (#1508)

authored by

Paul Frazee and committed by
GitHub
44985d23 8aabbb9b

+2 -1
+2 -1
src/view/com/util/load-latest/LoadLatestBtn.tsx
··· 28 28 const minMode = store.shell.minimalShellMode 29 29 const bottom = isTablet 30 30 ? 50 31 - : (minMode ? 16 : 60) + (isWeb ? 20 : clamp(safeAreaInsets.bottom, 15, 60)) 31 + : (minMode || isDesktop ? 16 : 60) + 32 + (isWeb ? 20 : clamp(safeAreaInsets.bottom, 15, 60)) 32 33 return ( 33 34 <TouchableOpacity 34 35 style={[