Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

iOS 26 tweaks #2 (#9938)

authored by

Samuel Newman and committed by
GitHub
db1f45de bc61314c

+1 -1
+1 -1
src/view/com/composer/Composer.tsx
··· 1527 1527 a.flex_row, 1528 1528 a.align_center, 1529 1529 a.gap_xs, 1530 - IS_LIQUID_GLASS ? [a.px_lg, a.pb_md] : [a.p_sm], 1530 + IS_LIQUID_GLASS ? [a.px_lg, a.pt_lg, a.pb_md] : [a.p_sm], 1531 1531 ]}> 1532 1532 <Button 1533 1533 label={_(msg`Cancel`)}