Bluesky app fork with some witchin' additions ๐Ÿ’ซ
0
fork

Configure Feed

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

[๐Ÿด] Tweak padding of web input (#4033)

* tweak more

* nit

authored by

Hailey and committed by
GitHub
d639c40e 98af0e86

+8 -3
+8 -3
src/screens/Messages/Conversation/MessageInput.web.tsx
··· 63 63 <View 64 64 style={[ 65 65 a.flex_row, 66 - a.py_sm, 67 66 a.px_sm, 68 67 a.pl_md, 69 68 t.atoms.bg_contrast_25, ··· 76 75 a.border_0, 77 76 t.atoms.text, 78 77 { 78 + paddingTop: 10, 79 + paddingBottom: 12, 79 80 backgroundColor: 'transparent', 80 81 resize: 'none', 81 - paddingTop: 4, 82 82 }, 83 83 ])} 84 84 maxRows={12} ··· 98 98 a.rounded_full, 99 99 a.align_center, 100 100 a.justify_center, 101 - {height: 30, width: 30, backgroundColor: t.palette.primary_500}, 101 + { 102 + height: 30, 103 + width: 30, 104 + marginTop: 6, 105 + backgroundColor: t.palette.primary_500, 106 + }, 102 107 ]} 103 108 onPress={onSubmit}> 104 109 <PaperPlane fill={t.palette.white} style={[a.relative, {left: 1}]} />