about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 16:22:34 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 16:22:34 -0600
commit5a5835f561b3285a7940a7df901c70787740abf2 (patch)
treee5964379a4ad7830c61dbe67684f61e9fc09a292 /src
parent40d769e854501a99c4de96f11084c8b4cf64dd35 (diff)
downloadvoidsky-5a5835f561b3285a7940a7df901c70787740abf2.tar.zst
Fix left-alignment on notifications
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 c374b144d..013bb75e0 100644
--- a/src/view/com/notifications/FeedItem.tsx
+++ b/src/view/com/notifications/FeedItem.tsx
@@ -239,7 +239,7 @@ const styles = StyleSheet.create({
     flexDirection: 'row',
   },
   layoutIcon: {
-    width: 35,
+    width: 60,
     alignItems: 'flex-end',
   },
   icon: {