Skip to content

Commit

Permalink
Fix notifications borders (bluesky-social#7140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and Signez committed Dec 26, 2024
1 parent de0183c commit d9161e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/view/com/notifications/NotificationFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function NotificationFeed({
highlightUnread={filter === 'all'}
item={item}
moderationOpts={moderationOpts!}
hideTopBorder={index === 0 && item.notification.isRead}
hideTopBorder={index === 0}
/>
)
},
Expand Down
2 changes: 1 addition & 1 deletion src/view/com/pager/TabBar.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export function TabBar({
const desktopStyles = StyleSheet.create({
outer: {
flexDirection: 'row',
width: 598,
width: 600,
},
contentContainer: {
flexGrow: 1,
Expand Down

0 comments on commit d9161e2

Please sign in to comment.