File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const StyledCountContainer = styled.div<{ $centeredOnTop: boolean }>`
14
14
padding: ${ props => ( props . $centeredOnTop ? '1px 3px 0' : '1px 4px' ) } ;
15
15
16
16
position: absolute;
17
- top: ${ props => ( props . $centeredOnTop ? '-10px' : '27px ' ) } ;
17
+ top: ${ props => ( props . $centeredOnTop ? '-10px' : '22px ' ) } ;
18
18
left: ${ props => ( props . $centeredOnTop ? '50%' : '28px' ) } ;
19
19
20
20
font-size: var(--font-size-xs);
Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ const Section = (props: { type: SectionType }) => {
143
143
{ ...buttonProps }
144
144
dataTestId = "message-section"
145
145
unicode = { LUCIDE_ICONS_UNICODE . MESSAGE_SQUARE }
146
+ style = { {
147
+ position : 'relative' ,
148
+ } }
146
149
>
147
150
{ Boolean ( unreadToShow ) && < SessionNotificationCount count = { unreadToShow } /> }
148
151
</ SessionLucideIconButton >
You can’t perform that action at this time.
0 commit comments