mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
fix: padding with only one digit in unread notification count
This commit is contained in:
parent
2fdb612a77
commit
0ba0abfcdc
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue