Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2

This commit is contained in:
Ilya Oleshko 2022-05-25 18:02:18 +03:00
commit 83c5b3bd9e
4 changed files with 11 additions and 6 deletions

View File

@ -17,7 +17,7 @@ import {
const paddingStyles = css`
padding: ${(props) =>
props.settingsStudio ? "0 7px 16px 24px" : "19px 7px 16px 20px"};
props.settingsStudio ? "0 7px 16px 24px" : "19px 3px 16px 20px"};
@media ${tablet} {
padding: ${(props) =>
@ -88,7 +88,12 @@ const commonStyles = css`
`}
@media ${desktop} {
${(props) => props.viewAs === "row" && `margin-top: -15px;`}
${(props) =>
props.viewAs === "row" &&
css`
margin-top: -15px;
margin-right: 4px;
`}
}
}
}

View File

@ -47,8 +47,8 @@ const StyledSimpleFilesRow = styled(Row)`
:hover {
cursor: pointer;
${checkedStyle}
`}
}
`};
position: unset;
cursor: ${(props) =>

View File

@ -36,8 +36,8 @@ const rowCheckboxDraggingStyle = css`
`;
const contextMenuWrapperDraggingStyle = css`
margin-right: -24px;
padding-right: 24px;
margin-right: -20px;
padding-right: 20px;
border-bottom: 1px solid;
border-image-slice: 1;

View File

@ -27,7 +27,7 @@ import SortDesc from "../../../../../../../../../../public/images/sort.desc.reac
const paddingCss = css`
@media ${desktop} {
margin-left: 1px;
padding-right: 3px;
padding-right: 0px;
}
@media ${tablet} {