From 50faefbc4565a7608f4ba775a64c1938238e2b67 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 5 Oct 2023 21:47:34 -0400 Subject: [PATCH] fix: Reserve space for unread dot on notifications flyover --- app/components/Notifications/NotificationListItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Notifications/NotificationListItem.tsx b/app/components/Notifications/NotificationListItem.tsx index 60d866784..3f7f8e4aa 100644 --- a/app/components/Notifications/NotificationListItem.tsx +++ b/app/components/Notifications/NotificationListItem.tsx @@ -88,6 +88,7 @@ const StyledAvatar = styled(Avatar)` const Container = styled(Flex)<{ $unread: boolean }>` position: relative; padding: 8px 12px; + padding-right: 40px; margin: 0 8px; border-radius: 4px;