about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-25 15:39:03 -0500
committerGitHub <noreply@github.com>2024-09-25 15:39:03 -0500
commitfd15bfec40a2579036a9f842a38bc0f2d673a3be (patch)
tree32834ce377e40e1bb4d8e752bdb245c64d7395cb /src
parentf54241c4cf07d0119a8801d3dff2ddccdde4cf57 (diff)
downloadvoidsky-fd15bfec40a2579036a9f842a38bc0f2d673a3be.tar.zst
Ensure notifications align with new post alignment (#5486)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/notifications/FeedItem.tsx2
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,
   },