🔥 Fix User Profile view

This commit is contained in:
duckietm
2026-03-12 16:21:23 +01:00
parent ca0227cd87
commit bfd28d277a
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const LayoutAvatarImageView: FC<LayoutAvatarImageViewProps> = props =>
const getClassNames = useMemo(() =>
{
const newClassNames: string[] = [ 'avatar-image relative w-[90px] h-[130px] bg-no-repeat bg-position-[center_-8px] pointer-events-none' ];
const newClassNames: string[] = [ 'avatar-image relative w-[90px] h-[130px] bg-no-repeat left-[-2px] pointer-events-none' ];
if(classNames.length) newClassNames.push(...classNames);