diff options
author | Eric Bailey <git@esb.lol> | 2024-09-25 15:39:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 15:39:03 -0500 |
commit | fd15bfec40a2579036a9f842a38bc0f2d673a3be (patch) | |
tree | 32834ce377e40e1bb4d8e752bdb245c64d7395cb | |
parent | f54241c4cf07d0119a8801d3dff2ddccdde4cf57 (diff) | |
download | voidsky-fd15bfec40a2579036a9f842a38bc0f2d673a3be.tar.zst |
Ensure notifications align with new post alignment (#5486)
-rw-r--r-- | src/view/com/notifications/FeedItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 5fbaaa155..3c1f51249 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -625,7 +625,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', }, layoutIcon: { - width: 70, + width: 60, alignItems: 'flex-end', paddingTop: 2, }, |