FIX - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: СИНХРОНИЗАЦИЯ АВАТАРОВ TASKER

This commit is contained in:
DCCONSTRUCTIONS
2026-05-06 15:30:56 +03:00
parent a5a347e839
commit 3afa15d326
6 changed files with 203 additions and 7 deletions
@@ -79,7 +79,7 @@ export const UserMenuRoot = observer(function UserMenuRoot(props: TUserMenuRootP
src={getFileURL(currentUser?.avatar_url ?? "")}
size={40}
shape="circle"
className="text-18 font-medium"
className="object-cover text-18 font-medium"
/>
</div>
<div className="text-center">
@@ -151,6 +151,7 @@ export const UserMenuRoot = observer(function UserMenuRoot(props: TUserMenuRootP
src={getFileURL(currentUser?.avatar_url ?? "")}
size={isExpandedToolbarVariant ? 48 : 18}
shape="circle"
className="object-cover"
/>
</button>
) : isSidebarUtilityVariant ? (
@@ -164,6 +165,7 @@ export const UserMenuRoot = observer(function UserMenuRoot(props: TUserMenuRootP
src={getFileURL(currentUser?.avatar_url ?? "")}
size={18}
shape="circle"
className="object-cover"
/>
</button>
) : (
@@ -180,6 +182,7 @@ export const UserMenuRoot = observer(function UserMenuRoot(props: TUserMenuRootP
src={getFileURL(currentUser?.avatar_url ?? "")}
size={20}
shape="circle"
className="object-cover"
/>
</div>
</button>