Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Design tweaks to applied reactions (#8077)

* Adjust styles of applied reactions

* Tweaks for applied reactions styles

authored by

Eric Bailey and committed by
GitHub
c2d6fb82 a84ba121

+8 -4
+8 -4
src/components/dms/MessageItem.tsx
··· 154 154 <View 155 155 style={[ 156 156 isFromSelf ? a.align_end : a.align_start, 157 - a.px_xs, 157 + a.px_sm, 158 158 a.pb_2xs, 159 159 ]}> 160 160 <View ··· 167 167 isFromSelf ? a.justify_end : a.justify_start, 168 168 a.flex_wrap, 169 169 a.pb_xs, 170 - t.atoms.bg, 171 - a.rounded_lg, 170 + t.atoms.bg_contrast_25, 172 171 a.border, 173 172 t.atoms.border_contrast_low, 174 - {marginTop: -6}, 173 + a.rounded_lg, 174 + t.atoms.shadow_sm, 175 + { 176 + // vibe coded number 177 + transform: [{translateY: -11}], 178 + }, 175 179 ]}> 176 180 {message.reactions.map((reaction, _i, reactions) => { 177 181 let label