Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix notifications borders (#7140)

authored by

dan and committed by
GitHub
07b72506 31d2aa67

+2 -2
+1 -1
src/view/com/notifications/NotificationFeed.tsx
··· 134 134 highlightUnread={filter === 'all'} 135 135 item={item} 136 136 moderationOpts={moderationOpts!} 137 - hideTopBorder={index === 0 && item.notification.isRead} 137 + hideTopBorder={index === 0} 138 138 /> 139 139 ) 140 140 },
+1 -1
src/view/com/pager/TabBar.web.tsx
··· 145 145 const desktopStyles = StyleSheet.create({ 146 146 outer: { 147 147 flexDirection: 'row', 148 - width: 598, 148 + width: 600, 149 149 }, 150 150 contentContainer: { 151 151 flexGrow: 1,