small fixes and animate side panel content

This commit is contained in:
Joao Correia
2025-01-25 15:47:33 +00:00
parent 2c0153e055
commit ac072b0a5a
3 changed files with 115 additions and 96 deletions

View File

@@ -17,7 +17,7 @@ export default function UserWithProfilePic({ prefix, name, profileImage, textSiz
alt={name}
width={24}
height={24}
className="w-6 h-6 rounded-full"
className="rounded-full"
/>
</div>
);