fix: Reserve space for unread dot on notifications flyover
This commit is contained in:
@@ -88,6 +88,7 @@ const StyledAvatar = styled(Avatar)`
|
|||||||
const Container = styled(Flex)<{ $unread: boolean }>`
|
const Container = styled(Flex)<{ $unread: boolean }>`
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
|
padding-right: 40px;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user