🆙 Better view for avatar objects in the editor

This commit is contained in:
DuckieTM
2026-04-19 13:08:55 +02:00
parent b9fa764ac8
commit 815662c097
2 changed files with 6 additions and 6 deletions
@@ -84,7 +84,7 @@ export const AvatarEditorFigureSetItemView: FC<{
<img
src={ assetUrl }
alt=""
className="absolute inset-0 m-auto max-w-full max-h-full pointer-events-none image-rendering-pixelated"
className="max-w-full max-h-full pointer-events-none image-rendering-pixelated"
draggable={ false }
/> }
{ !partItem.isClear && isHC && <LayoutCurrencyIcon className="absolute inset-e-1 bottom-1" type="hc" /> }