fixed AvatarEditor centering

This commit is contained in:
mushka 2022-05-11 14:04:16 +03:00
parent b23730ead8
commit 03544f94c1

View File

@ -22,7 +22,8 @@ const dialogsDataset = {
};
const AvatarEditorBody = styled.div`
margin-bottom: 24px;
margin-right: 6px;
//margin-bottom: 24px;
`;
class AvatarEditorPage extends React.PureComponent {