web client expand the panel opening icon

This commit is contained in:
Subhonbek 2023-08-08 13:36:37 +03:00
parent 42a2d0e9c2
commit 897744d802

View File

@ -8,10 +8,12 @@ import { ColorTheme, ThemeType } from "@docspace/components/ColorTheme";
const StyledInfoPanelToggleColorThemeWrapper = styled(ColorTheme)`
align-self: center;
${props =>
props.theme.interfaceDirection === "rtl"
? css`
margin-right: auto;
transform: scaleX(-1);
`
: css`
margin-left: auto;