mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-28 02:24:49 +08:00
chore: update message view padding in mobile
This commit is contained in:
@ -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 ? (
|
||||
|
Reference in New Issue
Block a user