Merge branch 'hotfix/v0.0.3' of github.com:ONLYOFFICE/AppServer into hotfix/v0.0.3

This commit is contained in:
Alexey Safronov 2020-12-17 12:30:30 +03:00
commit 30d2864733

View File

@ -42,14 +42,6 @@ const { isAdmin } = store.auth.selectors;
const { EmployeeType, EmployeeStatus } = constants; const { EmployeeType, EmployeeStatus } = constants;
const StyledContainer = styled.div` const StyledContainer = styled.div`
@media ${desktop} {
${(props) =>
props.isHeaderVisible &&
css`
width: calc(100% + 76px);
`}
}
.group-button-menu-container { .group-button-menu-container {
margin: 0 -16px; margin: 0 -16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);