fix player header for mobile

This commit is contained in:
Lee
2024-09-30 08:39:25 +01:00
parent 773fe0740a
commit 7629b3aa1b
2 changed files with 259 additions and 3 deletions

View File

@ -115,7 +115,7 @@ export default function PlayerHeader({ player }: Props) {
</Avatar>
<div className="w-full flex gap-2 flex-col justify-center items-center lg:justify-start lg:items-start">
<div>
<div className="flex gap-2 items-center">
<div className="flex gap-2 items-center justify-center lg:justify-start">
<p className="font-bold text-2xl">{player.name}</p>
<PlayerTrackedStatus player={player} />
</div>