mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
🆙 Fix the avatar editor zoom problem
This commit is contained in:
@@ -84,7 +84,7 @@ export const AvatarEditorFigureSetItemView: FC<{
|
|||||||
<img
|
<img
|
||||||
src={ assetUrl }
|
src={ assetUrl }
|
||||||
alt=""
|
alt=""
|
||||||
className="absolute inset-0 w-full h-full object-contain pointer-events-none image-rendering-pixelated"
|
className="absolute inset-0 m-auto max-w-full max-h-full pointer-events-none image-rendering-pixelated"
|
||||||
draggable={ false }
|
draggable={ false }
|
||||||
/> }
|
/> }
|
||||||
{ !partItem.isClear && isHC && <LayoutCurrencyIcon className="absolute inset-e-1 bottom-1" type="hc" /> }
|
{ !partItem.isClear && isHC && <LayoutCurrencyIcon className="absolute inset-e-1 bottom-1" type="hc" /> }
|
||||||
|
|||||||
Reference in New Issue
Block a user