right align unread message count on the chat button
This commit is contained in:
parent
460dd5b4cb
commit
1278002a07
|
|
@ -60,8 +60,8 @@ const JKSessionChatButton = ({ sessionId }) => {
|
|||
<div
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: '-8px',
|
||||
right: '-8px',
|
||||
top: '1px',
|
||||
right: '-5px',
|
||||
backgroundColor: '#dc3545',
|
||||
color: 'white',
|
||||
borderRadius: '10px',
|
||||
|
|
|
|||
Loading…
Reference in New Issue