Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

bump max width of message (#3955)

authored by

Hailey and committed by
GitHub
9f655224 f928e0a5

+2 -2
+1 -1
src/components/dms/ActionsWrapper.tsx
··· 67 67 <View 68 68 style={[ 69 69 { 70 - maxWidth: '65%', 70 + maxWidth: '80%', 71 71 }, 72 72 isFromSelf ? a.self_end : a.self_start, 73 73 ]}>
+1 -1
src/components/dms/ActionsWrapper.web.tsx
··· 62 62 )} 63 63 <View 64 64 style={{ 65 - maxWidth: '65%', 65 + maxWidth: '80%', 66 66 }}> 67 67 {children} 68 68 </View>