Fix notifications borders (#7140)

This commit is contained in:
dan
2024-12-17 11:22:49 +00:00
committed by GitHub
parent 31d2aa6716
commit 07b7250682
2 changed files with 2 additions and 2 deletions
@@ -134,7 +134,7 @@ export function NotificationFeed({
highlightUnread={filter === 'all'}
item={item}
moderationOpts={moderationOpts!}
hideTopBorder={index === 0 && item.notification.isRead}
hideTopBorder={index === 0}
/>
)
},
+1 -1
View File
@@ -145,7 +145,7 @@ export function TabBar({
const desktopStyles = StyleSheet.create({
outer: {
flexDirection: 'row',
width: 598,
width: 600,
},
contentContainer: {
flexGrow: 1,