fix submit to gallery button media

This commit is contained in:
mushka-n 2023-10-13 17:44:22 +03:00
parent 0ab65f5cb8
commit b87e2a951f

View File

@ -47,6 +47,11 @@ const StyledContainer = styled.div`
const StyledSubmitToGalleryButton = styled(Button)`
margin-left: auto;
@media ${mobile} {
display: none;
}
${(props) =>
props.theme.interfaceDirection === "ltr"
? css`