Skip to content

Commit 40f8611

Browse files
committed
fix: unread messages count styling in actions panel
1 parent bf05705 commit 40f8611

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ts/components/icon/SessionNotificationCount.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ type Props = {
88
const StyledCountContainer = styled.div<{ shouldRender: boolean }>`
99
position: absolute;
1010
font-size: 18px;
11+
line-height: 1.2;
1112
top: 27px;
12-
right: 8px;
13-
padding: 0 6px;
13+
left: 28px;
14+
padding: 1px 4px;
1415
opacity: 1;
1516
display: flex;
1617
align-items: center;

0 commit comments

Comments
 (0)