🐛 fix(chatMessage): adjust styling of chat message container to improve alignment and spacing
This commit is contained in:
parent
257e73059f
commit
1c6fd14fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default function ChatMessage({
|
|||
chat.isSend ? "" : " "
|
||||
)}
|
||||
>
|
||||
<div className={classNames("mb-3 mr-3 mt-1 w-20 ")}>
|
||||
<div className={classNames("mb-3 ml-3 mr-6 mt-1 ")}>
|
||||
{!chat.isSend ? (
|
||||
<div className="flex flex-col items-center gap-1">
|
||||
<div className="flex h-8 w-8 items-center justify-center overflow-hidden rounded-md bg-[#afe6ef] p-5 text-2xl ">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue