🆙 Small update to the Effect editor

This commit is contained in:
duckietm
2026-04-29 17:08:12 +02:00
parent eb0bf80dfa
commit b722903834
3 changed files with 149 additions and 33 deletions
@@ -79,6 +79,7 @@ export const AvatarEditorView: FC<{}> = props =>
return (
<NitroCardView
className={ `nitro-avatar-editor ${ isWardrobeOpen ? 'w-[880px]' : 'w-[600px]' } h-[460px]` }
isResizable={ false }
uniqueKey="avatar-editor">
<NitroCardHeaderView headerText={ LocalizeText('avatareditor.title') } onCloseClick={ event => setIsVisible(false) } />
<NitroCardTabsView classNames={ ['avatar-editor-tabs'] }>