right align unread message count on the chat button

This commit is contained in:
Nuwan 2026-02-07 02:20:07 +05:30
parent 460dd5b4cb
commit 1278002a07
1 changed files with 2 additions and 2 deletions

View File

@ -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',