🐛 fix(chatMessage): adjust styling of chat message container to improve alignment and spacing

This commit is contained in:
Lucas Oliveira 2023-07-07 14:58:03 -03:00
commit 1c6fd14fa5

View file

@ -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 ">