chore: update message view padding in mobile

This commit is contained in:
steven
2023-04-19 14:39:09 +08:00
parent a290670e09
commit ea2f0447eb

View File

@ -39,7 +39,7 @@ const MessageView = (props: Props) => {
return (
<div
className={`w-full max-w-full flex flex-row justify-start items-start my-4 group ${
isCurrentUser ? "justify-end pl-8 sm:pl-24" : "pr-8 sm:pr-24"
isCurrentUser ? "justify-end sm:pl-24" : "sm:pr-24"
}`}
>
{isCurrentUser ? (