fix: Reserve space for unread dot on notifications flyover

This commit is contained in:
Tom Moor
2023-10-05 21:47:34 -04:00
parent e70d4e60fd
commit 50faefbc45

View File

@@ -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;