diff --git a/src/components/main/SidePane/index.tsx b/src/components/main/SidePane/index.tsx index 0e010837..7752a683 100644 --- a/src/components/main/SidePane/index.tsx +++ b/src/components/main/SidePane/index.tsx @@ -13,7 +13,7 @@ export const SidePane: FC = ({ const moveThis = useCallback(() => { const shift = window.innerWidth > (content_width + 64 + 20) - ? ((window.innerWidth - content_width - 64 - 20) / 2) - 54 - 10 + 64 + ? ((window.innerWidth - content_width - 64 - 20) / 2) - 54 + 64 : 10; setLeft(shift);