Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Bump clamp max value (#7198)

authored by

dan and committed by
GitHub
ab0697a0 7f63679a

+2 -2
+1 -1
src/view/com/post-thread/PostThread.tsx
··· 714 714 styles.prompt, 715 715 fabMinimalShellTransform, 716 716 { 717 - bottom: clamp(safeAreaInsets.bottom, 13, 30), 717 + bottom: clamp(safeAreaInsets.bottom, 13, 60), 718 718 }, 719 719 ]}> 720 720 <PostThreadComposePrompt onPressCompose={onPressReply} />
+1 -1
src/view/shell/bottom-bar/BottomBar.tsx
··· 134 134 styles.bottomBar, 135 135 pal.view, 136 136 pal.border, 137 - {paddingBottom: clamp(safeAreaInsets.bottom, 15, 30)}, 137 + {paddingBottom: clamp(safeAreaInsets.bottom, 15, 60)}, 138 138 footerMinimalShellTransform, 139 139 ]} 140 140 onLayout={e => {