mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 22:56:05 -05:00
Align chat message avatar at the top
This commit is contained in:
@@ -148,7 +148,7 @@ export function Chat({
|
||||
function Message({ user, message }: { user: ChatUser; message: ChatMessage }) {
|
||||
return (
|
||||
<li className="chat__message">
|
||||
<Avatar user={user} size="xs" className="my-auto" />
|
||||
<Avatar user={user} size="xs" />
|
||||
<div>
|
||||
<div className="stack horizontal sm">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user