fix: padding with only one digit in unread notification count

This commit is contained in:
Audric Ackermann 2022-10-21 13:27:56 +11:00
parent 2fdb612a77
commit 0ba0abfcdc

View file

@ -7,12 +7,10 @@ type Props = {
const StyledCountContainer = styled.div<{ shouldRender: boolean }>`
position: absolute;
width: 24px;
height: 12px;
font-size: 18px;
top: 27px;
right: 8px;
padding: 3px;
padding: 0 6px;
opacity: 1;
display: flex;
align-items: center;