Client: Dialogs: AvatarEditorDialog: fix

This commit is contained in:
Viktor Fomin 2022-09-16 02:42:46 +03:00
parent bbb3b25664
commit 0fb358d366

View File

@ -52,7 +52,9 @@ const StyledDropzone = styled.div`
}
@media ${hugeMobile} {
flex-direction: column;
&-secondary {
display: none;
}
}
}