diff --git a/src/components/avatar-editor/AvatarEditorView.scss b/src/components/avatar-editor/AvatarEditorView.scss index 493cda3d..71ae6a9b 100644 --- a/src/components/avatar-editor/AvatarEditorView.scss +++ b/src/components/avatar-editor/AvatarEditorView.scss @@ -251,9 +251,11 @@ z-index: 4; } - .spotlight { + .avatar-spotlight { position: absolute; top: -10px; + left: 0; + right: 0; margin: 0 auto; opacity: 0.3; pointer-events: none; diff --git a/src/components/avatar-editor/AvatarEditorView.tsx b/src/components/avatar-editor/AvatarEditorView.tsx index 829ff05d..a0cb113e 100644 --- a/src/components/avatar-editor/AvatarEditorView.tsx +++ b/src/components/avatar-editor/AvatarEditorView.tsx @@ -293,7 +293,7 @@ export const AvatarEditorView: FC<{}> = props => - +