Merge branch 'feature/rtl-interface-client' of github.com:ONLYOFFICE/DocSpace into feature/rtl-interface-client

This commit is contained in:
Subhonbek 2023-07-25 15:29:02 +03:00
commit aebc8f3616

View File

@ -34,7 +34,10 @@ const StyledContainer = styled.header`
css`
position: static;
margin-right: -16px; /* It is a opposite value of padding-right of custom scroll bar,
${({ theme }) =>
theme.interfaceDirection === "rtl"
? `margin-left: -16px;`
: `margin-right: -16px;`}/* It is a opposite value of padding-right of custom scroll bar,
so that there is no white bar in the header on loading. (padding-right: 16px)*/
`
: isMobileOnly &&