Web: Files: Fixed styles for iOS.

This commit is contained in:
Tatiana Lopaeva 2021-12-23 16:12:41 +03:00
parent 331bc95fa9
commit 4c72f35766
2 changed files with 2 additions and 4 deletions

View File

@ -34,7 +34,7 @@ const StyledFileRow = styled(Row)`
${(props) =>
props.showPasswordInput &&
css`
margin-top: ${isMobile ? "-45px" : "-49px"};
margin-top: ${isMobile ? "-44px" : "-48px"};
`}
}
.password-input {
@ -172,8 +172,6 @@ class FileRow extends Component {
} = this.props;
const { showPasswordInput } = this.state;
console.log("render file row", index, "item", item);
return (
<>
<StyledFileRow
@ -268,7 +266,6 @@ export default inject(
splitted = item.fileInfo.title.split(".");
name = splitted[0];
}
const { personal } = auth.settingsStore;
const {
iconFormatsStore,

View File

@ -18,6 +18,7 @@ const StyledBody = styled.div`
#conversion-password {
max-width: 382px;
width: 100%;
margin: 0;
}
.conversion-input {
width: 100%;