diff --git a/frontend/appflowy_flutter/lib/workspace/presentation/home/home_screen.dart b/frontend/appflowy_flutter/lib/workspace/presentation/home/home_screen.dart index 46f4f92cd2..57ca5182aa 100644 --- a/frontend/appflowy_flutter/lib/workspace/presentation/home/home_screen.dart +++ b/frontend/appflowy_flutter/lib/workspace/presentation/home/home_screen.dart @@ -244,7 +244,7 @@ class _HomeScreenState extends State { animate: true) .animate(layout.animDuration, Curves.easeOut), homeMenuResizer - .positioned(left: layout.homePageLOffset - 5) + .positioned(left: layout.menuWidth - 5) .animate(layout.animDuration, Curves.easeOut), ], );