mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-28 10:33:23 +08:00
chore: update message view padding in mobile
This commit is contained in:
@ -39,7 +39,7 @@ const MessageView = (props: Props) => {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`w-full max-w-full flex flex-row justify-start items-start my-4 group ${
|
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 ? (
|
{isCurrentUser ? (
|
||||||
|
Reference in New Issue
Block a user